Color Hex Logo

#ddcb8b Color Hex

#DDCB8B
(221,203,139)
1 Favorites   0 Comments

Color spaces of #ddcb8b

RGB 221203139
HSL0.130.550.71
HSV47°37°87°
CMYK 0.000.080.37   0.13
XYZ55.834959.948133.0544
Yxy59.94810.37510.4028
Hunter Lab77.4262-6.772728.8865
CIE-Lab81.8100-2.840634.2212

#ddcb8b color RGB value is (221,203,139).

#ddcb8b hex color red value is 221, green value is 203 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ddcb8b hue: 0.13 , saturation: 0.55 and the lightness value of ddcb8b is 0.71.

The process color (four color CMYK) of #ddcb8b color hex is 0.00, 0.08, 0.37, 0.13. Web safe color of #ddcb8b is #cccc99. Color #ddcb8b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001011 10001011
Octal 335 313 213
Decimal 221 203 139
Hex DD CB 8B

RGB Percentages of Color #ddcb8b

%39.25
%36.06
%24.69

CMYK Percentages of Color #ddcb8b

%0
%8
%37
%13

Triadic Colors of #ddcb8b

#ddcb8b #8bddcb #cb8bdd

Analogous Colors of #ddcb8b

#ddcb8b #c6dd8b #dda28b

Monochromatic Colors of #ddcb8b

#ddcb8b

Complementary Color

#ddcb8b #8b9ddd

#ddcb8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcb8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcb8b Color CSS Codes

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

#ddcb8b Text Font Color

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

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


#ddcb8b Background Color

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

This div background color is #ddcb8b


#ddcb8b Border Color

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

This div border color is #ddcb8b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,203,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddcb8b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddcb8b;
  -webkit-box-shadow: 1px 1px 3px 2px #ddcb8b;
  box-shadow:         1px 1px 3px 2px #ddcb8b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,203,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcb8b


Comments

No comments written yet.

Please login to write comment.