#DDB39E

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

Shades of Cashmere #DDB39E

Tints of Cashmere #DDB39E

Color information

#DDB39E (or 0xDDB39E) is unknown color: approx Cashmere. HEX triplet: DD, B3 and 9E. RGB value is (221,179,158). Sum of RGB (Red+Green+Blue) = 221+179+158=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 179 (70.31% from 255 or 32.08% from 558); Blue value is 158 (62.11% from 255 or 28.32% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB39E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB39E is #224C61. Grayscale: #BDBDBD. Windows color (decimal): -2247778 or 10400733. OLE color: 10400733.

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

Color convert

RGB221179158-
CMYK00.190.290.13
HSL20º48.09%74.31%-
HSV(B)20º28.51%86.67%-
XYZ52.1150.0839.27-
YUV189.16110.41150.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.61%
GREEN value IS 179 (70.31% from 255) = 32.08%
BLUE value IS 158 (62.11% from 255) = 28.32%
R=39.61%
G=32.08%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117915800.190.290.132048.0974.31
HexDDB39E0131DD14304a
Octal33526323602335152460112
Binary110111011011001110011110010011111011101101001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB39E; }

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

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

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

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

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

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

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

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