Color Hex Logo

#d06924 Color Hex

#D06924
(208,105,36)
0 Favorites   0 Comments

Color spaces of #d06924

RGB 20810536
HSL0.070.700.48
HSV24°83°82°
CMYK 0.000.500.83   0.18
XYZ31.382423.64044.5781
Yxy23.64040.52650.3966
Hunter Lab48.621430.124428.4523
CIE-Lab55.725936.419654.1195

#d06924 color RGB value is (208,105,36).

#d06924 hex color red value is 208, green value is 105 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #d06924 hue: 0.07 , saturation: 0.70 and the lightness value of d06924 is 0.48.

The process color (four color CMYK) of #d06924 color hex is 0.00, 0.50, 0.83, 0.18. Web safe color of #d06924 is #cc6633. Color #d06924 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01101001 00100100
Octal 320 151 44
Decimal 208 105 36
Hex D0 69 24

RGB Percentages of Color #d06924

%59.60
%30.09
%10.32

CMYK Percentages of Color #d06924

%0
%50
%83
%18

Triadic Colors of #d06924

#d06924 #24d069 #6924d0

Analogous Colors of #d06924

#d06924 #d0bf24 #d02435

Monochromatic Colors of #d06924

#d06924

Complementary Color

#d06924 #248bd0

#d06924 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d06924 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d06924 Color CSS Codes

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

#d06924 Text Font Color

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

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


#d06924 Background Color

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

This div background color is #d06924


#d06924 Border Color

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

This div border color is #d06924


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,105,36, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d06924; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d06924;
  -webkit-box-shadow: 1px 1px 3px 2px #d06924;
  box-shadow:         1px 1px 3px 2px #d06924; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d06924

#d06924 Color Palettes


Comments

No comments written yet.

Please login to write comment.