Color Hex Logo

#dcb464 Color Hex

#DCB464
(220,180,100)
0 Favorites   0 Comments

Color spaces of #dcb464

RGB 220180100
HSL0.110.630.63
HSV40°55°86°
CMYK 0.000.180.55   0.14
XYZ48.136748.778318.9347
Yxy48.77830.41550.4210
Hunter Lab69.84150.804732.8149
CIE-Lab75.31324.958545.8026

#dcb464 color RGB value is (220,180,100).

#dcb464 hex color red value is 220, green value is 180 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #dcb464 hue: 0.11 , saturation: 0.63 and the lightness value of dcb464 is 0.63.

The process color (four color CMYK) of #dcb464 color hex is 0.00, 0.18, 0.55, 0.14. Web safe color of #dcb464 is #cccc66. Color #dcb464 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110100 01100100
Octal 334 264 144
Decimal 220 180 100
Hex DC B4 64

RGB Percentages of Color #dcb464

%44.00
%36.00
%20.00

CMYK Percentages of Color #dcb464

%0
%18
%55
%14

Triadic Colors of #dcb464

#dcb464 #64dcb4 #b464dc

Analogous Colors of #dcb464

#dcb464 #c8dc64 #dc7864

Monochromatic Colors of #dcb464

#dcb464

Complementary Color

#dcb464 #648cdc

#dcb464 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb464 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb464 Color CSS Codes

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

#dcb464 Text Font Color

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

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


#dcb464 Background Color

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

This div background color is #dcb464


#dcb464 Border Color

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

This div border color is #dcb464


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb464


Comments

No comments written yet.

Please login to write comment.