#DDB39A

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

Shades of Cashmere #DDB39A

Tints of Cashmere #DDB39A

Color information

#DDB39A (or 0xDDB39A) is unknown color: approx Cashmere. HEX triplet: DD, B3 and 9A. RGB value is (221,179,154). Sum of RGB (Red+Green+Blue) = 221+179+154=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 179 (70.31% from 255 or 32.31% from 554); Blue value is 154 (60.55% from 255 or 27.80% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB39A is #224C65. Grayscale: #BCBCBC. Windows color (decimal): -2247782 or 10138589. OLE color: 10138589.

HSL color Cylindrical-coordinate representation of color #DDB39A: hue angle of 22.39º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDB39A is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB221179154-
CMYK00.190.300.13
HSL22.39º49.63%73.53%-
HSV(B)22.39º30.32%86.67%-
XYZ51.7749.9537.48-
YUV188.71108.41151.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.89%
GREEN value IS 179 (70.31% from 255) = 32.31%
BLUE value IS 154 (60.55% from 255) = 27.80%
R=39.89%
G=32.31%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117915400.190.300.1322.3949.6373.53
HexDDB39A0131ED16324a
Octal33526323202336152662112
Binary110111011011001110011010010011111101101101101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB39A; }

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

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

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

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

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

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

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

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