Color Hex Logo

#dc992b Color Hex

#DC992B
(220,153,43)
0 Favorites   0 Comments

Color spaces of #dc992b

RGB 22015343
HSL0.100.720.52
HSV37°80°86°
CMYK 0.000.300.80   0.14
XYZ41.342538.17257.4745
Yxy38.17250.47530.4388
Hunter Lab61.783911.320936.0759
CIE-Lab68.147616.135363.1908

#dc992b color RGB value is (220,153,43).

#dc992b hex color red value is 220, green value is 153 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #dc992b hue: 0.10 , saturation: 0.72 and the lightness value of dc992b is 0.52.

The process color (four color CMYK) of #dc992b color hex is 0.00, 0.30, 0.80, 0.14. Web safe color of #dc992b is #cc9933. Color #dc992b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10011001 00101011
Octal 334 231 53
Decimal 220 153 43
Hex DC 99 2B

RGB Percentages of Color #dc992b

%52.88
%36.78
%10.34

CMYK Percentages of Color #dc992b

%0
%30
%80
%14

Triadic Colors of #dc992b

#dc992b #2bdc99 #992bdc

Analogous Colors of #dc992b

#dc992b #c7dc2b #dc412b

Monochromatic Colors of #dc992b

#dc992b

Complementary Color

#dc992b #2b6edc

#dc992b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc992b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc992b Color CSS Codes

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

#dc992b Text Font Color

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

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


#dc992b Background Color

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

This div background color is #dc992b


#dc992b Border Color

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

This div border color is #dc992b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc992b


Comments

No comments written yet.

Please login to write comment.