#D9BAAB

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

Shades of Just Right #D9BAAB

Tints of Just Right #D9BAAB

Color information

#D9BAAB (or 0xD9BAAB) is unknown color: approx Just Right. HEX triplet: D9, BA and AB. RGB value is (217,186,171). Sum of RGB (Red+Green+Blue) = 217+186+171=574 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.80% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 171 (67.19% from 255 or 29.79% from 574); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BAAB is #264554. Grayscale: #C1C1C1. Windows color (decimal): -2508117 or 11254489. OLE color: 11254489.

HSL color Cylindrical-coordinate representation of color #D9BAAB: hue angle of 19.57º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9BAAB is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB217186171-
CMYK00.140.210.15
HSL19.57º37.7%76.08%-
HSV(B)19.57º21.2%85.1%-
XYZ53.5252.8145.9-
YUV193.56115.27144.72-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.80%
GREEN value IS 186 (73.05% from 255) = 32.40%
BLUE value IS 171 (67.19% from 255) = 29.79%
R=37.80%
G=32.40%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718617100.140.210.1519.5737.776.08
HexD9BAAB0E15F14264c
Octal33127225301625172446114
Binary11011001101110101010101101110101011111101001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BAAB; }

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

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

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

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

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

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

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

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