#D9BFAF

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

Shades of Just Right #D9BFAF

Tints of Just Right #D9BFAF

Color information

#D9BFAF (or 0xD9BFAF) is unknown color: approx Just Right. HEX triplet: D9, BF and AF. RGB value is (217,191,175). Sum of RGB (Red+Green+Blue) = 217+191+175=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BFAF is #264050. Grayscale: #C5C5C5. Windows color (decimal): -2506833 or 11517913. OLE color: 11517913.

HSL color Cylindrical-coordinate representation of color #D9BFAF: hue angle of 22.86º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9BFAF is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB217191175-
CMYK00.120.190.15
HSL22.86º35.59%76.86%-
HSV(B)22.86º19.35%85.1%-
XYZ54.9855.1148.3-
YUV196.95115.61142.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.22%
GREEN value IS 191 (75% from 255) = 32.76%
BLUE value IS 175 (68.75% from 255) = 30.02%
R=37.22%
G=32.76%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719117500.120.190.1522.8635.5976.86
HexD9BFAF0C13F17244d
Octal33127725701423172744115
Binary11011001101111111010111101100100111111101111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BFAF; }

 p { color: rgb(217,191,175); }

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

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

 a { background-color: rgb(217,191,175); }

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

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

 span { border-color: rgb(217,191,175); }

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