color codes Logo

#da8d1c color codes

#DA8D1C
(218,141,28)
0 Favorites   0 Comments

Color spaces of #da8d1c

RGB 21814128
HSL0.100.770.48
HSV36°87°85°
CMYK 0.000.350.87   0.15
XYZ38.647934.03905.6318
Yxy34.03900.49350.4346
Hunter Lab58.343016.142935.1168
CIE-Lab64.993521.314165.1264

#da8d1c color RGB value is (218,141,28).

#da8d1c hex color red value is 218, green value is 141 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #da8d1c hue: 0.10 , saturation: 0.77 and the lightness value of da8d1c is 0.48.

The process color (four color CMYK) of #da8d1c color code is 0.00, 0.35, 0.87, 0.15. Web safe color of #da8d1c is #cc9933. Color #da8d1c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001101 00011100
Octal 332 215 34
Decimal 218 141 28
Hex DA 8D 1C

RGB Percentages of Color #da8d1c

%56.33
%36.43
%7.24

CMYK Percentages of Color #da8d1c

%0
%35
%87
%15

Triadic Colors of #da8d1c

#da8d1c #1cda8d #8d1cda

Analogous Colors of #da8d1c

#da8d1c #c8da1c #da2e1c

Monochromatic Colors of #da8d1c

#da8d1c

Complementary Color

#da8d1c #1c69da

#da8d1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da8d1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da8d1c Color CSS Codes

.mybgcolor {background-color:#da8d1c; } 
.myforecolor {color:#da8d1c; }
.mybordercolor {border:3px solid #da8d1c; }

#da8d1c Text Font Color

<p style="color:#da8d1c">Text here</p>

This sample text font color is #da8d1c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#da8d1c Background Color

<div style="background-color:#da8d1c">
Div content here</div>

This div background color is #da8d1c


#da8d1c Border Color

<div style="border:3px solid #da8d1c">
Div here</div>

This div border color is #da8d1c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,141,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #da8d1c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #da8d1c;
  -webkit-box-shadow: 1px 1px 3px 2px #da8d1c;
  box-shadow:         1px 1px 3px 2px #da8d1c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,141,28, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #da8d1c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #da8d1c;
  -webkit-box-shadow: 1px 1px 3px 2px #da8d1c;
  box-shadow:         1px 1px 3px 2px #da8d1c;">
Div content here</div>

This div box has shadow with color #da8d1c


Comments

No comments written yet.

Please login to write comment.