#D9BBAA

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

Shades of Just Right #D9BBAA

Tints of Just Right #D9BBAA

Color information

#D9BBAA (or 0xD9BBAA) is unknown color: approx Just Right. HEX triplet: D9, BB and AA. RGB value is (217,187,170). Sum of RGB (Red+Green+Blue) = 217+187+170=574 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.80% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BBAA is #264455. Grayscale: #C2C2C2. Windows color (decimal): -2507862 or 11189209. OLE color: 11189209.

HSL color Cylindrical-coordinate representation of color #D9BBAA: hue angle of 21.7º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9BBAA is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB217187170-
CMYK00.140.220.15
HSL21.7º38.21%75.88%-
HSV(B)21.7º21.66%85.1%-
XYZ53.6453.1945.47-
YUV194.03114.44144.38-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.80%
GREEN value IS 187 (73.44% from 255) = 32.58%
BLUE value IS 170 (66.80% from 255) = 29.62%
R=37.80%
G=32.58%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718717000.140.220.1521.738.2175.88
HexD9BBAA0E16F16264c
Octal33127325201626172646114
Binary11011001101110111010101001110101101111101101001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BBAA; }

 p { color: rgb(217,187,170); }

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

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

 a { background-color: rgb(217,187,170); }

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

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

 span { border-color: rgb(217,187,170); }

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