#D9BBA3

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

Shades of Just Right #D9BBA3

Tints of Just Right #D9BBA3

Color information

#D9BBA3 (or 0xD9BBA3) is unknown color: approx Just Right. HEX triplet: D9, BB and A3. RGB value is (217,187,163). Sum of RGB (Red+Green+Blue) = 217+187+163=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 163 (64.06% from 255 or 28.75% from 567); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BBA3 is #26445C. Grayscale: #C1C1C1. Windows color (decimal): -2507869 or 10730457. OLE color: 10730457.

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

Color convert

RGB217187163-
CMYK00.140.250.15
HSL26.67º41.54%74.51%-
HSV(B)26.67º24.88%85.1%-
XYZ5352.9442.07-
YUV193.23110.94144.95-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.27%
GREEN value IS 187 (73.44% from 255) = 32.98%
BLUE value IS 163 (64.06% from 255) = 28.75%
R=38.27%
G=32.98%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718716300.140.250.1526.6741.5474.51
HexD9BBA30E19F1b2a4b
Octal33127324301631173352113
Binary11011001101110111010001101110110011111110111010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BBA3; }

 p { color: rgb(217,187,163); }

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

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

 a { background-color: rgb(217,187,163); }

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

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

 span { border-color: rgb(217,187,163); }

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