#D9BDAC

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

Shades of Just Right #D9BDAC

Tints of Just Right #D9BDAC

Color information

#D9BDAC (or 0xD9BDAC) is unknown color: approx Just Right. HEX triplet: D9, BD and AC. RGB value is (217,189,172). Sum of RGB (Red+Green+Blue) = 217+189+172=578 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.54% from 578); Green value is 189 (74.22% from 255 or 32.70% from 578); Blue value is 172 (67.58% from 255 or 29.76% from 578); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BDAC is #264253. Grayscale: #C3C3C3. Windows color (decimal): -2507348 or 11320793. OLE color: 11320793.

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

Color convert

RGB217189172-
CMYK00.130.210.15
HSL22.67º37.19%76.27%-
HSV(B)22.67º20.74%85.1%-
XYZ54.2654.1346.62-
YUV195.43114.78143.38-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.54%
GREEN value IS 189 (74.22% from 255) = 32.70%
BLUE value IS 172 (67.58% from 255) = 29.76%
R=37.54%
G=32.70%
B=29.76%

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
Decimal21718917200.130.210.1522.6737.1976.27
HexD9BDAC0D15F17254c
Octal33127525401525172745114
Binary11011001101111011010110001101101011111101111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BDAC; }

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

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

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

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

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

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

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

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