#DDB59D

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

Shades of Cashmere #DDB59D

Tints of Cashmere #DDB59D

Color information

#DDB59D (or 0xDDB59D) is unknown color: approx Cashmere. HEX triplet: DD, B5 and 9D. RGB value is (221,181,157). Sum of RGB (Red+Green+Blue) = 221+181+157=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 181 (71.09% from 255 or 32.38% from 559); Blue value is 157 (61.72% from 255 or 28.09% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB59D is #224A62. Grayscale: #BEBEBE. Windows color (decimal): -2247267 or 10335709. OLE color: 10335709.

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

Color convert

RGB221181157-
CMYK00.180.290.13
HSL22.5º48.48%74.12%-
HSV(B)22.5º28.96%86.67%-
XYZ52.4350.8538.95-
YUV190.22109.25149.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.53%
GREEN value IS 181 (71.09% from 255) = 32.38%
BLUE value IS 157 (61.72% from 255) = 28.09%
R=39.53%
G=32.38%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118115700.180.290.1322.548.4874.12
HexDDB59D0121DD17304a
Octal33526523502235152760112
Binary110111011011010110011101010010111011101101111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB59D; }

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

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

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

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

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

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

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

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