#D2BBAA

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

Shades of Just Right #D2BBAA

Tints of Just Right #D2BBAA

Color information

#D2BBAA (or 0xD2BBAA) is unknown color: approx Just Right. HEX triplet: D2, BB and AA. RGB value is (210,187,170). Sum of RGB (Red+Green+Blue) = 210+187+170=567 (75% of max value = 765). Red value is 210 (82.42% from 255 or 37.04% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 170 (66.80% from 255 or 29.98% from 567); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BBAA is #2D4455. Grayscale: #C0C0C0. Windows color (decimal): -2966614 or 11189202. OLE color: 11189202.

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

Color convert

RGB210187170-
CMYK00.110.190.18
HSL25.5º30.77%74.51%-
HSV(B)25.5º19.05%82.35%-
XYZ51.652.1445.38-
YUV191.94115.62140.88-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.04%
GREEN value IS 187 (73.44% from 255) = 32.98%
BLUE value IS 170 (66.80% from 255) = 29.98%
R=37.04%
G=32.98%
B=29.98%

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
Decimal21018717000.110.190.1825.530.7774.51
HexD2BBAA0B13121a1f4b
Octal32227325201323223237113
Binary11010010101110111010101001011100111001011010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BBAA; }

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

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

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

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

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

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

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

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