#D9BAA1

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

Shades of Just Right #D9BAA1

Tints of Just Right #D9BAA1

Color information

#D9BAA1 (or 0xD9BAA1) is unknown color: approx Just Right. HEX triplet: D9, BA and A1. RGB value is (217,186,161). Sum of RGB (Red+Green+Blue) = 217+186+161=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 186 (73.05% from 255 or 32.98% from 564); Blue value is 161 (63.28% from 255 or 28.55% from 564); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BAA1 is #26455E. Grayscale: #C0C0C0. Windows color (decimal): -2508127 or 10599129. OLE color: 10599129.

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

Color convert

RGB217186161-
CMYK00.140.260.15
HSL26.79º42.42%74.12%-
HSV(B)26.79º25.81%85.1%-
XYZ52.6152.4441.07-
YUV192.42110.27145.53-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.48%
GREEN value IS 186 (73.05% from 255) = 32.98%
BLUE value IS 161 (63.28% from 255) = 28.55%
R=38.48%
G=32.98%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718616100.140.260.1526.7942.4274.12
HexD9BAA10E1AF1b2a4a
Octal33127224101632173352112
Binary11011001101110101010000101110110101111110111010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BAA1; }

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

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

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

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

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

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

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

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