Color Hex Logo

#dcbe6c Color Hex

#DCBE6C
(220,190,108)
0 Favorites   0 Comments

Color spaces of #dcbe6c

RGB 220190108
HSL0.120.620.64
HSV44°51°86°
CMYK 0.000.140.51   0.14
XYZ50.635453.125321.7728
Yxy53.12530.40340.4232
Hunter Lab72.8871-3.546733.3099
CIE-Lab77.94890.377645.0270

#dcbe6c color RGB value is (220,190,108).

#dcbe6c hex color red value is 220, green value is 190 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #dcbe6c hue: 0.12 , saturation: 0.62 and the lightness value of dcbe6c is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111110 01101100
Octal 334 276 154
Decimal 220 190 108
Hex DC BE 6C

RGB Percentages of Color #dcbe6c

%42.47
%36.68
%20.85

CMYK Percentages of Color #dcbe6c

%0
%14
%51
%14

Triadic Colors of #dcbe6c

#dcbe6c #6cdcbe #be6cdc

Analogous Colors of #dcbe6c

#dcbe6c #c2dc6c #dc866c

Monochromatic Colors of #dcbe6c

#dcbe6c

Complementary Color

#dcbe6c #6c8adc

#dcbe6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbe6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbe6c Color CSS Codes

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

#dcbe6c Text Font Color

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

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


#dcbe6c Background Color

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

This div background color is #dcbe6c


#dcbe6c Border Color

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

This div border color is #dcbe6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbe6c


Comments

No comments written yet.

Please login to write comment.