#D9BCAA

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

Shades of Just Right #D9BCAA

Tints of Just Right #D9BCAA

Color information

#D9BCAA (or 0xD9BCAA) is unknown color: approx Just Right. HEX triplet: D9, BC and AA. RGB value is (217,188,170). Sum of RGB (Red+Green+Blue) = 217+188+170=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 188 (73.83% from 255 or 32.70% from 575); Blue value is 170 (66.80% from 255 or 29.57% from 575); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BCAA is #264355. Grayscale: #C2C2C2. Windows color (decimal): -2507606 or 11189465. OLE color: 11189465.

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

Color convert

RGB217188170-
CMYK00.130.220.15
HSL22.98º38.21%75.88%-
HSV(B)22.98º21.66%85.1%-
XYZ53.8553.6245.54-
YUV194.62114.11143.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.74%
GREEN value IS 188 (73.83% from 255) = 32.70%
BLUE value IS 170 (66.80% from 255) = 29.57%
R=37.74%
G=32.70%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718817000.130.220.1522.9838.2175.88
HexD9BCAA0D16F17264c
Octal33127425201526172746114
Binary11011001101111001010101001101101101111101111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BCAA; }

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

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

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

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

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

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

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

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