#D9BAA7

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

Shades of Just Right #D9BAA7

Tints of Just Right #D9BAA7

Color information

#D9BAA7 (or 0xD9BAA7) is unknown color: approx Just Right. HEX triplet: D9, BA and A7. RGB value is (217,186,167). Sum of RGB (Red+Green+Blue) = 217+186+167=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 167 (65.62% from 255 or 29.30% from 570); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BAA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BAA7 is #264558. Grayscale: #C1C1C1. Windows color (decimal): -2508121 or 10992345. OLE color: 10992345.

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

Color convert

RGB217186167-
CMYK00.140.230.15
HSL22.8º39.68%75.29%-
HSV(B)22.8º23.04%85.1%-
XYZ53.1552.6643.92-
YUV193.1113.27145.04-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.07%
GREEN value IS 186 (73.05% from 255) = 32.63%
BLUE value IS 167 (65.62% from 255) = 29.30%
R=38.07%
G=32.63%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718616700.140.230.1522.839.6875.29
HexD9BAA70E17F17284b
Octal33127224701627172750113
Binary11011001101110101010011101110101111111101111010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BAA7; }

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

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

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

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

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

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

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

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