Color Hex Logo

#d69004 Color Hex

#D69004
(214,144,4)
0 Favorites   0 Comments

Color spaces of #d69004

RGB 2141444
HSL0.110.960.43
HSV40°98°84°
CMYK 0.000.330.98   0.16
XYZ37.726734.25144.7376
Yxy34.25140.49180.4465
Hunter Lab58.524712.648036.1677
CIE-Lab65.161617.622669.5895

#d69004 color RGB value is (214,144,4).

#d69004 hex color red value is 214, green value is 144 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #d69004 hue: 0.11 , saturation: 0.96 and the lightness value of d69004 is 0.43.

The process color (four color CMYK) of #d69004 color hex is 0.00, 0.33, 0.98, 0.16. Web safe color of #d69004 is #cc9900. Color #d69004 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10010000 00000100
Octal 326 220 4
Decimal 214 144 4
Hex D6 90 4

RGB Percentages of Color #d69004

%59.12
%39.78
%1.10

CMYK Percentages of Color #d69004

%0
%33
%98
%16

Triadic Colors of #d69004

#d69004 #04d690 #9004d6

Analogous Colors of #d69004

#d69004 #b3d604 #d62704

Monochromatic Colors of #d69004

#d69004

Complementary Color

#d69004 #044ad6

#d69004 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69004 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69004 Color CSS Codes

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

#d69004 Text Font Color

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

This sample text font color is #d69004
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.


#d69004 Background Color

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

This div background color is #d69004


#d69004 Border Color

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

This div border color is #d69004


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,144,4, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d69004; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d69004;
  -webkit-box-shadow: 1px 1px 3px 2px #d69004;
  box-shadow:         1px 1px 3px 2px #d69004; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69004


Comments

No comments written yet.

Please login to write comment.