Color Hex Logo

#d09824 Color Hex

#D09824
(208,152,36)
0 Favorites   0 Comments

Color spaces of #d09824

RGB 20815236
HSL0.110.700.48
HSV40°83°82°
CMYK 0.000.270.83   0.18
XYZ37.559135.99376.6370
Yxy35.99370.46840.4489
Hunter Lab59.99476.757335.4373
CIE-Lab66.515111.243763.5567

#d09824 color RGB value is (208,152,36).

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

The process color (four color CMYK) of #d09824 color hex is 0.00, 0.27, 0.83, 0.18. Web safe color of #d09824 is #cc9933. Color #d09824 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011000 00100100
Octal 320 230 44
Decimal 208 152 36
Hex D0 98 24

RGB Percentages of Color #d09824

%52.53
%38.38
%9.09

CMYK Percentages of Color #d09824

%0
%27
%83
%18

Triadic Colors of #d09824

#d09824 #24d098 #9824d0

Analogous Colors of #d09824

#d09824 #b2d024 #d04224

Monochromatic Colors of #d09824

#d09824

Complementary Color

#d09824 #245cd0

#d09824 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09824 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09824 Color CSS Codes

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

#d09824 Text Font Color

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

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


#d09824 Background Color

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

This div background color is #d09824


#d09824 Border Color

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

This div border color is #d09824


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,152,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 #d09824">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09824


Comments

No comments written yet.

Please login to write comment.