Color Hex Logo

#ddb599 Color Hex

#DDB599
(221,181,153)
0 Favorites   0 Comments

Color spaces of #ddb599

RGB 221181153
HSL0.070.500.73
HSV25°31°87°
CMYK 0.000.180.31   0.13
XYZ52.092450.719837.1813
Yxy50.71980.37210.3623
Hunter Lab71.21785.932918.8985
CIE-Lab76.509010.435319.7054

#ddb599 color RGB value is (221,181,153).

#ddb599 hex color red value is 221, green value is 181 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #ddb599 hue: 0.07 , saturation: 0.50 and the lightness value of ddb599 is 0.73.

The process color (four color CMYK) of #ddb599 color hex is 0.00, 0.18, 0.31, 0.13. Web safe color of #ddb599 is #cccc99. Color #ddb599 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110101 10011001
Octal 335 265 231
Decimal 221 181 153
Hex DD B5 99

RGB Percentages of Color #ddb599

%39.82
%32.61
%27.57

CMYK Percentages of Color #ddb599

%0
%18
%31
%13

Triadic Colors of #ddb599

#ddb599 #99ddb5 #b599dd

Analogous Colors of #ddb599

#ddb599 #ddd799 #dd999f

Monochromatic Colors of #ddb599

#ddb599

Complementary Color

#ddb599 #99c1dd

#ddb599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb599 Color CSS Codes

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

#ddb599 Text Font Color

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

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


#ddb599 Background Color

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

This div background color is #ddb599


#ddb599 Border Color

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

This div border color is #ddb599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb599


Comments

No comments written yet.

Please login to write comment.