#D9B29A

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

Shades of Cashmere #D9B29A

Tints of Cashmere #D9B29A

Color information

#D9B29A (or 0xD9B29A) is unknown color: approx Cashmere. HEX triplet: D9, B2 and 9A. RGB value is (217,178,154). Sum of RGB (Red+Green+Blue) = 217+178+154=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 178 (69.92% from 255 or 32.42% from 549); Blue value is 154 (60.55% from 255 or 28.05% from 549); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B29A is #264D65. Grayscale: #BBBBBB. Windows color (decimal): -2510182 or 10138329. OLE color: 10138329.

HSL color Cylindrical-coordinate representation of color #D9B29A: hue angle of 22.86º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D9B29A is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB217178154-
CMYK00.180.290.15
HSL22.86º45.32%72.75%-
HSV(B)22.86º29.03%85.1%-
XYZ50.3748.9337.36-
YUV186.92109.42149.45-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.53%
GREEN value IS 178 (69.92% from 255) = 32.42%
BLUE value IS 154 (60.55% from 255) = 28.05%
R=39.53%
G=32.42%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717815400.180.290.1522.8645.3272.75
HexD9B29A0121DF172d49
Octal33126223202235172755111
Binary110110011011001010011010010010111011111101111011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B29A; }

 p { color: rgb(217,178,154); }

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

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

 a { background-color: rgb(217,178,154); }

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

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

 span { border-color: rgb(217,178,154); }

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