Color Hex Logo

#cd990d Color Hex

#CD990D
(205,153,13)
0 Favorites   0 Comments

Color spaces of #cd990d

RGB 20515313
HSL0.120.880.43
HSV44°94°80°
CMYK 0.000.250.94   0.20
XYZ36.640735.79075.3579
Yxy35.79070.47100.4601
Hunter Lab59.82534.630036.5678
CIE-Lab66.35978.898368.7100

#cd990d color RGB value is (205,153,13).

#cd990d hex color red value is 205, green value is 153 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #cd990d hue: 0.12 , saturation: 0.88 and the lightness value of cd990d is 0.43.

The process color (four color CMYK) of #cd990d color hex is 0.00, 0.25, 0.94, 0.20. Web safe color of #cd990d is #cc9900. Color #cd990d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10011001 00001101
Octal 315 231 15
Decimal 205 153 13
Hex CD 99 D

RGB Percentages of Color #cd990d

%55.26
%41.24
%3.50

CMYK Percentages of Color #cd990d

%0
%25
%94
%20

Triadic Colors of #cd990d

#cd990d #0dcd99 #990dcd

Analogous Colors of #cd990d

#cd990d #a1cd0d #cd390d

Monochromatic Colors of #cd990d

#cd990d

Complementary Color

#cd990d #0d41cd

#cd990d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd990d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd990d Color CSS Codes

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

#cd990d Text Font Color

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

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


#cd990d Background Color

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

This div background color is #cd990d


#cd990d Border Color

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

This div border color is #cd990d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,153,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cd990d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cd990d;
  -webkit-box-shadow: 1px 1px 3px 2px #cd990d;
  box-shadow:         1px 1px 3px 2px #cd990d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd990d


Comments

No comments written yet.

Please login to write comment.