#DDB19A

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

Shades of Cashmere #DDB19A

Tints of Cashmere #DDB19A

Color information

#DDB19A (or 0xDDB19A) is unknown color: approx Cashmere. HEX triplet: DD, B1 and 9A. RGB value is (221,177,154). Sum of RGB (Red+Green+Blue) = 221+177+154=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 177 (69.53% from 255 or 32.07% from 552); Blue value is 154 (60.55% from 255 or 27.90% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB19A is #224E65. Grayscale: #BBBBBB. Windows color (decimal): -2248294 or 10138077. OLE color: 10138077.

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

Color convert

RGB221177154-
CMYK00.200.300.13
HSL20.6º49.63%73.53%-
HSV(B)20.6º30.32%86.67%-
XYZ51.3749.1537.35-
YUV187.53109.08151.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.04%
GREEN value IS 177 (69.53% from 255) = 32.07%
BLUE value IS 154 (60.55% from 255) = 27.90%
R=40.04%
G=32.07%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117715400.200.300.1320.649.6373.53
HexDDB19A0141ED15324a
Octal33526123202436152562112
Binary110111011011000110011010010100111101101101011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB19A; }

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

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

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

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

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

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

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

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