#D2BAA9

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

Shades of Just Right #D2BAA9

Tints of Just Right #D2BAA9

Color information

#D2BAA9 (or 0xD2BAA9) is unknown color: approx Just Right. HEX triplet: D2, BA and A9. RGB value is (210,186,169). Sum of RGB (Red+Green+Blue) = 210+186+169=565 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.17% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 169 (66.41% from 255 or 29.91% from 565); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BAA9 is #2D4556. Grayscale: #BFBFBF. Windows color (decimal): -2966871 or 11123410. OLE color: 11123410.

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

Color convert

RGB210186169-
CMYK00.110.200.18
HSL24.88º31.3%74.31%-
HSV(B)24.88º19.52%82.35%-
XYZ51.351.6844.81-
YUV191.24115.45141.38-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.17%
GREEN value IS 186 (73.05% from 255) = 32.92%
BLUE value IS 169 (66.41% from 255) = 29.91%
R=37.17%
G=32.92%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018616900.110.200.1824.8831.374.31
HexD2BAA90B1412191f4a
Octal32227225101324223137112
Binary11010010101110101010100101011101001001011001111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BAA9; }

 p { color: rgb(210,186,169); }

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

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

 a { background-color: rgb(210,186,169); }

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

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

 span { border-color: rgb(210,186,169); }

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