#D9BAA5

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

Shades of Just Right #D9BAA5

Tints of Just Right #D9BAA5

Color information

#D9BAA5 (or 0xD9BAA5) is unknown color: approx Just Right. HEX triplet: D9, BA and A5. RGB value is (217,186,165). Sum of RGB (Red+Green+Blue) = 217+186+165=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 165 (64.84% from 255 or 29.05% from 568); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BAA5 is #26455A. Grayscale: #C0C0C0. Windows color (decimal): -2508123 or 10861273. OLE color: 10861273.

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

Color convert

RGB217186165-
CMYK00.140.240.15
HSL24.23º40.63%74.9%-
HSV(B)24.23º23.96%85.1%-
XYZ52.9752.5942.96-
YUV192.88112.27145.21-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.20%
GREEN value IS 186 (73.05% from 255) = 32.75%
BLUE value IS 165 (64.84% from 255) = 29.05%
R=38.20%
G=32.75%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718616500.140.240.1524.2340.6374.9
HexD9BAA50E18F18294b
Octal33127224501630173051113
Binary11011001101110101010010101110110001111110001010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BAA5; }

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

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

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

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

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

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

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

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