Color Hex Logo

#d69428 Color Hex

#D69428
(214,148,40)
0 Favorites   0 Comments

Color spaces of #d69428

RGB 21414840
HSL0.100.690.50
HSV37°81°84°
CMYK 0.000.310.81   0.16
XYZ38.704535.62926.8447
Yxy35.62920.47680.4389
Hunter Lab59.690211.285734.9843
CIE-Lab66.235616.140962.2622

#d69428 color RGB value is (214,148,40).

#d69428 hex color red value is 214, green value is 148 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #d69428 hue: 0.10 , saturation: 0.69 and the lightness value of d69428 is 0.50.

The process color (four color CMYK) of #d69428 color hex is 0.00, 0.31, 0.81, 0.16. Web safe color of #d69428 is #cc9933. Color #d69428 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10010100 00101000
Octal 326 224 50
Decimal 214 148 40
Hex D6 94 28

RGB Percentages of Color #d69428

%53.23
%36.82
%9.95

CMYK Percentages of Color #d69428

%0
%31
%81
%16

Triadic Colors of #d69428

#d69428 #28d694 #9428d6

Analogous Colors of #d69428

#d69428 #c1d628 #d63d28

Monochromatic Colors of #d69428

#d69428

Complementary Color

#d69428 #286ad6

#d69428 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69428 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69428 Color CSS Codes

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

#d69428 Text Font Color

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

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


#d69428 Background Color

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

This div background color is #d69428


#d69428 Border Color

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

This div border color is #d69428


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69428


Comments

No comments written yet.

Please login to write comment.