#D9BDA7

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

Shades of Just Right #D9BDA7

Tints of Just Right #D9BDA7

Color information

#D9BDA7 (or 0xD9BDA7) is unknown color: approx Just Right. HEX triplet: D9, BD and A7. RGB value is (217,189,167). Sum of RGB (Red+Green+Blue) = 217+189+167=573 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.87% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 167 (65.62% from 255 or 29.14% from 573); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BDA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BDA7 is #264258. Grayscale: #C2C2C2. Windows color (decimal): -2507353 or 10993113. OLE color: 10993113.

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

Color convert

RGB217189167-
CMYK00.130.230.15
HSL26.4º39.68%75.29%-
HSV(B)26.4º23.04%85.1%-
XYZ53.7953.9444.14-
YUV194.86112.28143.79-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.87%
GREEN value IS 189 (74.22% from 255) = 32.98%
BLUE value IS 167 (65.62% from 255) = 29.14%
R=37.87%
G=32.98%
B=29.14%

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
Decimal21718916700.130.230.1526.439.6875.29
HexD9BDA70D17F1a284b
Octal33127524701527173250113
Binary11011001101111011010011101101101111111110101010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BDA7; }

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

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

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

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

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

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

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

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