Color Hex Logo

#dcb463 Color Hex

#DCB463
(220,180,99)
0 Favorites   0 Comments

Color spaces of #dcb463

RGB 22018099
HSL0.110.630.63
HSV40°55°86°
CMYK 0.000.180.55   0.14
XYZ48.088648.759018.6813
Yxy48.75900.41620.4221
Hunter Lab69.82760.730233.0172
CIE-Lab75.30124.877646.2821

#dcb463 color RGB value is (220,180,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110100 01100011
Octal 334 264 143
Decimal 220 180 99
Hex DC B4 63

RGB Percentages of Color #dcb463

%44.09
%36.07
%19.84

CMYK Percentages of Color #dcb463

%0
%18
%55
%14

Triadic Colors of #dcb463

#dcb463 #63dcb4 #b463dc

Analogous Colors of #dcb463

#dcb463 #c8dc63 #dc7863

Monochromatic Colors of #dcb463

#dcb463

Complementary Color

#dcb463 #638bdc

#dcb463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb463 Color CSS Codes

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

#dcb463 Text Font Color

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

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


#dcb463 Background Color

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

This div background color is #dcb463


#dcb463 Border Color

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

This div border color is #dcb463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb463


Comments

No comments written yet.

Please login to write comment.