#DDB79E

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

Shades of Cashmere #DDB79E

Tints of Cashmere #DDB79E

Color information

#DDB79E (or 0xDDB79E) is unknown color: approx Cashmere. HEX triplet: DD, B7 and 9E. RGB value is (221,183,158). Sum of RGB (Red+Green+Blue) = 221+183+158=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 183 (71.88% from 255 or 32.56% from 562); Blue value is 158 (62.11% from 255 or 28.11% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB79E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB79E is #224861. Grayscale: #BFBFBF. Windows color (decimal): -2246754 or 10401757. OLE color: 10401757.

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

Color convert

RGB221183158-
CMYK00.170.290.13
HSL23.81º48.09%74.31%-
HSV(B)23.81º28.51%86.67%-
XYZ52.9251.7139.54-
YUV191.51109.09149.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.32%
GREEN value IS 183 (71.88% from 255) = 32.56%
BLUE value IS 158 (62.11% from 255) = 28.11%
R=39.32%
G=32.56%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118315800.170.290.1323.8148.0974.31
HexDDB79E0111DD18304a
Octal33526723602135153060112
Binary110111011011011110011110010001111011101110001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB79E; }

 p { color: rgb(221,183,158); }

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

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

 a { background-color: rgb(221,183,158); }

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

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

 span { border-color: rgb(221,183,158); }

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