#D4BBAA

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

Shades of Just Right #D4BBAA

Tints of Just Right #D4BBAA

Color information

#D4BBAA (or 0xD4BBAA) is unknown color: approx Just Right. HEX triplet: D4, BB and AA. RGB value is (212,187,170). Sum of RGB (Red+Green+Blue) = 212+187+170=569 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.26% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BBAA is #2B4455. Grayscale: #C0C0C0. Windows color (decimal): -2835542 or 11189204. OLE color: 11189204.

HSL color Cylindrical-coordinate representation of color #D4BBAA: hue angle of 24.29º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4BBAA is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB212187170-
CMYK00.120.200.17
HSL24.29º32.81%74.9%-
HSV(B)24.29º19.81%83.14%-
XYZ52.1852.4445.4-
YUV192.54115.28141.88-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.26%
GREEN value IS 187 (73.44% from 255) = 32.86%
BLUE value IS 170 (66.80% from 255) = 29.88%
R=37.26%
G=32.86%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218717000.120.200.1724.2932.8174.9
HexD4BBAA0C141118214b
Octal32427325201424213041113
Binary110101001011101110101010011001010010001110001000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BBAA; }

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

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

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

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

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

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

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

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