#D9BDAD

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

Shades of Just Right #D9BDAD

Tints of Just Right #D9BDAD

Color information

#D9BDAD (or 0xD9BDAD) is unknown color: approx Just Right. HEX triplet: D9, BD and AD. RGB value is (217,189,173). Sum of RGB (Red+Green+Blue) = 217+189+173=579 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.48% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 173 (67.97% from 255 or 29.88% from 579); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BDAD is #264252. Grayscale: #C3C3C3. Windows color (decimal): -2507347 or 11386329. OLE color: 11386329.

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

Color convert

RGB217189173-
CMYK00.130.200.15
HSL21.82º36.67%76.47%-
HSV(B)21.82º20.28%85.1%-
XYZ54.3654.1647.13-
YUV195.55115.28143.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.48%
GREEN value IS 189 (74.22% from 255) = 32.64%
BLUE value IS 173 (67.97% from 255) = 29.88%
R=37.48%
G=32.64%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718917300.130.200.1521.8236.6776.47
HexD9BDAD0D14F16254c
Octal33127525501524172645114
Binary11011001101111011010110101101101001111101101001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BDAD; }

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

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

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

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

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

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

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

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