#DDB099

Color #DDB099 Cashmere (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cashmere #DDB099

Tints of Cashmere #DDB099

Color information

#DDB099 (or 0xDDB099) is unknown color: approx Cashmere. HEX triplet: DD, B0 and 99. RGB value is (221,176,153). Sum of RGB (Red+Green+Blue) = 221+176+153=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 176 (69.14% from 255 or 32% from 550); Blue value is 153 (60.16% from 255 or 27.82% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB099 is #224F66. Grayscale: #BABABA. Windows color (decimal): -2248551 or 10072285. OLE color: 10072285.

HSL color Cylindrical-coordinate representation of color #DDB099: hue angle of 20.29º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDB099 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB221176153-
CMYK00.200.310.13
HSL20.29º50%73.33%-
HSV(B)20.29º30.77%86.67%-
XYZ51.0948.7236.85-
YUV186.83108.91152.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 40.18%
GREEN value IS 176 (69.14% from 255) = 32%
BLUE value IS 153 (60.16% from 255) = 27.82%
R=40.18%
G=32%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117615300.200.310.1320.295073.33
HexDDB0990141FD143249
Octal33526023102437152462111
Binary110111011011000010011001010100111111101101001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB099; }

 p { color: rgb(221,176,153); }

 H1.HeaderClassName
 {
   color: #DDB099;
 }
 .AnyTagClassName
 {
   color: #DDB099;
 }
</style>
background-color css

<style>
 a { background-color: #DDB099; }

 a { background-color: rgb(221,176,153); }

 div.DivClassName
 {
   background-color: #DDB099;
 }
 .BgClassName
 {
   background-color: #DDB099;
 }
</style>
border-color css

<style>
 span { border-color: #DDB099; }

 span { border-color: rgb(221,176,153); }

 td.TdClassName
 {
   border-color: #DDB099;
 }
 .TagClassName
 {
   border-color: #DDB099;
 }
</style>