#DDB197

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

Shades of Cashmere #DDB197

Tints of Cashmere #DDB197

Color information

#DDB197 (or 0xDDB197) is unknown color: approx Cashmere. HEX triplet: DD, B1 and 97. RGB value is (221,177,151). Sum of RGB (Red+Green+Blue) = 221+177+151=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 177 (69.53% from 255 or 32.24% from 549); Blue value is 151 (59.38% from 255 or 27.50% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB197 is #224E68. Grayscale: #BBBBBB. Windows color (decimal): -2248297 or 9941469. OLE color: 9941469.

HSL color Cylindrical-coordinate representation of color #DDB197: hue angle of 22.29º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDB197 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB221177151-
CMYK00.200.320.13
HSL22.29º50.72%72.94%-
HSV(B)22.29º31.67%86.67%-
XYZ51.1349.0536.05-
YUV187.19107.58152.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.26%
GREEN value IS 177 (69.53% from 255) = 32.24%
BLUE value IS 151 (59.38% from 255) = 27.50%
R=40.26%
G=32.24%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117715100.200.320.1322.2950.7272.94
HexDDB19701420D163349
Octal33526122702440152663111
Binary1101110110110001100101110101001000001101101101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB197; }

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

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

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

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

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

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

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

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