Color Hex Logo

#dcdb9b Color Hex

#DCDB9B
(220,219,155)
0 Favorites   0 Comments

Color spaces of #dcdb9b

RGB 220219155
HSL0.160.480.74
HSV59°30°86°
CMYK 0.000.000.30   0.14
XYZ60.763168.245240.9804
Yxy68.24520.35750.4015
Hunter Lab82.6107-13.275528.4157
CIE-Lab86.1289-9.482131.6838

#dcdb9b color RGB value is (220,219,155).

#dcdb9b hex color red value is 220, green value is 219 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #dcdb9b hue: 0.16 , saturation: 0.48 and the lightness value of dcdb9b is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011011 10011011
Octal 334 333 233
Decimal 220 219 155
Hex DC DB 9B

RGB Percentages of Color #dcdb9b

%37.04
%36.87
%26.09

CMYK Percentages of Color #dcdb9b

%0
%0
%30
%14

Triadic Colors of #dcdb9b

#dcdb9b #9bdcdb #db9bdc

Analogous Colors of #dcdb9b

#dcdb9b #bddc9b #dcbb9b

Monochromatic Colors of #dcdb9b

#dcdb9b

Complementary Color

#dcdb9b #9b9cdc

#dcdb9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdb9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdb9b Color CSS Codes

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

#dcdb9b Text Font Color

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

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


#dcdb9b Background Color

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

This div background color is #dcdb9b


#dcdb9b Border Color

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

This div border color is #dcdb9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdb9b


Comments

No comments written yet.

Please login to write comment.