#D9BBAC

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

Shades of Just Right #D9BBAC

Tints of Just Right #D9BBAC

Color information

#D9BBAC (or 0xD9BBAC) is unknown color: approx Just Right. HEX triplet: D9, BB and AC. RGB value is (217,187,172). Sum of RGB (Red+Green+Blue) = 217+187+172=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 187 (73.44% from 255 or 32.47% from 576); Blue value is 172 (67.58% from 255 or 29.86% from 576); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BBAC is #264453. Grayscale: #C2C2C2. Windows color (decimal): -2507860 or 11320281. OLE color: 11320281.

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

Color convert

RGB217187172-
CMYK00.140.210.15
HSL20º37.19%76.27%-
HSV(B)20º20.74%85.1%-
XYZ53.8353.2746.47-
YUV194.26115.44144.22-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.67%
GREEN value IS 187 (73.44% from 255) = 32.47%
BLUE value IS 172 (67.58% from 255) = 29.86%
R=37.67%
G=32.47%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718717200.140.210.152037.1976.27
HexD9BBAC0E15F14254c
Octal33127325401625172445114
Binary11011001101110111010110001110101011111101001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BBAC; }

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

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

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

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

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

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

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

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