#D1BBAA

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

Shades of Just Right #D1BBAA

Tints of Just Right #D1BBAA

Color information

#D1BBAA (or 0xD1BBAA) is unknown color: approx Just Right. HEX triplet: D1, BB and AA. RGB value is (209,187,170). Sum of RGB (Red+Green+Blue) = 209+187+170=566 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.93% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BBAA is #2E4455. Grayscale: #BFBFBF. Windows color (decimal): -3032150 or 11189201. OLE color: 11189201.

HSL color Cylindrical-coordinate representation of color #D1BBAA: hue angle of 26.15º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1BBAA is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB209187170-
CMYK00.110.190.18
HSL26.15º29.77%74.31%-
HSV(B)26.15º18.66%81.96%-
XYZ51.325245.36-
YUV191.64115.79140.38-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.93%
GREEN value IS 187 (73.44% from 255) = 33.04%
BLUE value IS 170 (66.80% from 255) = 30.04%
R=36.93%
G=33.04%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918717000.110.190.1826.1529.7774.31
HexD1BBAA0B13121a1e4a
Octal32127325201323223236112
Binary11010001101110111010101001011100111001011010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BBAA; }

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

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

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

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

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

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

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

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