#D9BDA8

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

Shades of Just Right #D9BDA8

Tints of Just Right #D9BDA8

Color information

#D9BDA8 (or 0xD9BDA8) is unknown color: approx Just Right. HEX triplet: D9, BD and A8. RGB value is (217,189,168). Sum of RGB (Red+Green+Blue) = 217+189+168=574 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.80% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 168 (66.02% from 255 or 29.27% from 574); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BDA8 is #264257. Grayscale: #C3C3C3. Windows color (decimal): -2507352 or 11058649. OLE color: 11058649.

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

Color convert

RGB217189168-
CMYK00.130.230.15
HSL25.71º39.2%75.49%-
HSV(B)25.71º22.58%85.1%-
XYZ53.8853.9744.62-
YUV194.98112.78143.71-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.80%
GREEN value IS 189 (74.22% from 255) = 32.93%
BLUE value IS 168 (66.02% from 255) = 29.27%
R=37.80%
G=32.93%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718916800.130.230.1525.7139.275.49
HexD9BDA80D17F1a274b
Octal33127525001527173247113
Binary11011001101111011010100001101101111111110101001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BDA8; }

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

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

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

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

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

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

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

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