Color Hex Logo

#dc964b Color Hex

#DC964B
(220,150,75)
0 Favorites   0 Comments

Color spaces of #dc964b

RGB 22015075
HSL0.090.670.58
HSV31°66°86°
CMYK 0.000.320.66   0.14
XYZ41.691537.536311.7045
Yxy37.53630.45850.4128
Hunter Lab61.266914.250431.5600
CIE-Lab67.677519.224649.1758

#dc964b color RGB value is (220,150,75).

#dc964b hex color red value is 220, green value is 150 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #dc964b hue: 0.09 , saturation: 0.67 and the lightness value of dc964b is 0.58.

The process color (four color CMYK) of #dc964b color hex is 0.00, 0.32, 0.66, 0.14. Web safe color of #dc964b is #cc9933. Color #dc964b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010110 01001011
Octal 334 226 113
Decimal 220 150 75
Hex DC 96 4B

RGB Percentages of Color #dc964b

%49.44
%33.71
%16.85

CMYK Percentages of Color #dc964b

%0
%32
%66
%14

Triadic Colors of #dc964b

#dc964b #4bdc96 #964bdc

Analogous Colors of #dc964b

#dc964b #dadc4b #dc4e4b

Monochromatic Colors of #dc964b

#dc964b

Complementary Color

#dc964b #4b91dc

#dc964b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc964b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc964b Color CSS Codes

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

#dc964b Text Font Color

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

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


#dc964b Background Color

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

This div background color is #dc964b


#dc964b Border Color

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

This div border color is #dc964b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc964b


Comments

No comments written yet.

Please login to write comment.