#DDB39C

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

Shades of Cashmere #DDB39C

Tints of Cashmere #DDB39C

Color information

#DDB39C (or 0xDDB39C) is unknown color: approx Cashmere. HEX triplet: DD, B3 and 9C. RGB value is (221,179,156). Sum of RGB (Red+Green+Blue) = 221+179+156=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 179 (70.31% from 255 or 32.19% from 556); Blue value is 156 (61.33% from 255 or 28.06% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB39C is #224C63. Grayscale: #BDBDBD. Windows color (decimal): -2247780 or 10269661. OLE color: 10269661.

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

Color convert

RGB221179156-
CMYK00.190.290.13
HSL21.23º48.87%73.92%-
HSV(B)21.23º29.41%86.67%-
XYZ51.9450.0138.37-
YUV188.94109.41150.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.75%
GREEN value IS 179 (70.31% from 255) = 32.19%
BLUE value IS 156 (61.33% from 255) = 28.06%
R=39.75%
G=32.19%
B=28.06%

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
Decimal22117915600.190.290.1321.2348.8773.92
HexDDB39C0131DD15314a
Octal33526323402335152561112
Binary110111011011001110011100010011111011101101011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB39C; }

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

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

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

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

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

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

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

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