#DDB79D

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

Shades of Cashmere #DDB79D

Tints of Cashmere #DDB79D

Color information

#DDB79D (or 0xDDB79D) is unknown color: approx Cashmere. HEX triplet: DD, B7 and 9D. RGB value is (221,183,157). Sum of RGB (Red+Green+Blue) = 221+183+157=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 183 (71.88% from 255 or 32.62% from 561); Blue value is 157 (61.72% from 255 or 27.99% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB79D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB79D is #224862. Grayscale: #BFBFBF. Windows color (decimal): -2246755 or 10336221. OLE color: 10336221.

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

Color convert

RGB221183157-
CMYK00.170.290.13
HSL24.38º48.48%74.12%-
HSV(B)24.38º28.96%86.67%-
XYZ52.8451.6739.09-
YUV191.4108.59149.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.39%
GREEN value IS 183 (71.88% from 255) = 32.62%
BLUE value IS 157 (61.72% from 255) = 27.99%
R=39.39%
G=32.62%
B=27.99%

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
Decimal22118315700.170.290.1324.3848.4874.12
HexDDB79D0111DD18304a
Octal33526723502135153060112
Binary110111011011011110011101010001111011101110001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB79D; }

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

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

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

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

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

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

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

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