#D9BCAC

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

Shades of Just Right #D9BCAC

Tints of Just Right #D9BCAC

Color information

#D9BCAC (or 0xD9BCAC) is unknown color: approx Just Right. HEX triplet: D9, BC and AC. RGB value is (217,188,172). Sum of RGB (Red+Green+Blue) = 217+188+172=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BCAC is #264353. Grayscale: #C2C2C2. Windows color (decimal): -2507604 or 11320537. OLE color: 11320537.

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

Color convert

RGB217188172-
CMYK00.130.210.15
HSL21.33º37.19%76.27%-
HSV(B)21.33º20.74%85.1%-
XYZ54.0453.746.55-
YUV194.85115.11143.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.61%
GREEN value IS 188 (73.83% from 255) = 32.58%
BLUE value IS 172 (67.58% from 255) = 29.81%
R=37.61%
G=32.58%
B=29.81%

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
Decimal21718817200.130.210.1521.3337.1976.27
HexD9BCAC0D15F15254c
Octal33127425401525172545114
Binary11011001101111001010110001101101011111101011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BCAC; }

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

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

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

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

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

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

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

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