#DDB59F

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

Shades of Cashmere #DDB59F

Tints of Cashmere #DDB59F

Color information

#DDB59F (or 0xDDB59F) is unknown color: approx Cashmere. HEX triplet: DD, B5 and 9F. RGB value is (221,181,159). Sum of RGB (Red+Green+Blue) = 221+181+159=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 181 (71.09% from 255 or 32.26% from 561); Blue value is 159 (62.5% from 255 or 28.34% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB59F is #224A60. Grayscale: #BEBEBE. Windows color (decimal): -2247265 or 10466781. OLE color: 10466781.

HSL color Cylindrical-coordinate representation of color #DDB59F: hue angle of 21.29º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDB59F is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB221181159-
CMYK00.180.280.13
HSL21.29º47.69%74.51%-
HSV(B)21.29º28.05%86.67%-
XYZ52.650.9239.86-
YUV190.45110.25149.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.39%
GREEN value IS 181 (71.09% from 255) = 32.26%
BLUE value IS 159 (62.5% from 255) = 28.34%
R=39.39%
G=32.26%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118115900.180.280.1321.2947.6974.51
HexDDB59F0121CD15304b
Octal33526523702234152560113
Binary110111011011010110011111010010111001101101011100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB59F; }

 p { color: rgb(221,181,159); }

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

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

 a { background-color: rgb(221,181,159); }

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

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

 span { border-color: rgb(221,181,159); }

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