#D9BCAB

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

Shades of Just Right #D9BCAB

Tints of Just Right #D9BCAB

Color information

#D9BCAB (or 0xD9BCAB) is unknown color: approx Just Right. HEX triplet: D9, BC and AB. RGB value is (217,188,171). Sum of RGB (Red+Green+Blue) = 217+188+171=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 171 (67.19% from 255 or 29.69% from 576); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BCAB is #264354. Grayscale: #C2C2C2. Windows color (decimal): -2507605 or 11255001. OLE color: 11255001.

HSL color Cylindrical-coordinate representation of color #D9BCAB: hue angle of 22.17º degrees, saturation: 0.38, 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 #D9BCAB is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB217188171-
CMYK00.130.210.15
HSL22.17º37.7%76.08%-
HSV(B)22.17º21.2%85.1%-
XYZ53.9553.6646.04-
YUV194.73114.61143.88-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.67%
GREEN value IS 188 (73.83% from 255) = 32.64%
BLUE value IS 171 (67.19% from 255) = 29.69%
R=37.67%
G=32.64%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718817100.130.210.1522.1737.776.08
HexD9BCAB0D15F16264c
Octal33127425301525172646114
Binary11011001101111001010101101101101011111101101001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BCAB; }

 p { color: rgb(217,188,171); }

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

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

 a { background-color: rgb(217,188,171); }

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

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

 span { border-color: rgb(217,188,171); }

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