#DDB399

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

Shades of Cashmere #DDB399

Tints of Cashmere #DDB399

Color information

#DDB399 (or 0xDDB399) is unknown color: approx Cashmere. HEX triplet: DD, B3 and 99. RGB value is (221,179,153). Sum of RGB (Red+Green+Blue) = 221+179+153=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 179 (70.31% from 255 or 32.37% from 553); Blue value is 153 (60.16% from 255 or 27.67% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB399 is #224C66. Grayscale: #BCBCBC. Windows color (decimal): -2247783 or 10073053. OLE color: 10073053.

HSL color Cylindrical-coordinate representation of color #DDB399: hue angle of 22.94º 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 #DDB399 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB221179153-
CMYK00.190.310.13
HSL22.94º50%73.33%-
HSV(B)22.94º30.77%86.67%-
XYZ51.6949.9137.05-
YUV188.59107.91151.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.96%
GREEN value IS 179 (70.31% from 255) = 32.37%
BLUE value IS 153 (60.16% from 255) = 27.67%
R=39.96%
G=32.37%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117915300.190.310.1322.945073.33
HexDDB3990131FD173249
Octal33526323102337152762111
Binary110111011011001110011001010011111111101101111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB399; }

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

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

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

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

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

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

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

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