#D8B9A3

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

Shades of Just Right #D8B9A3

Tints of Just Right #D8B9A3

Color information

#D8B9A3 (or 0xD8B9A3) is unknown color: approx Just Right. HEX triplet: D8, B9 and A3. RGB value is (216,185,163). Sum of RGB (Red+Green+Blue) = 216+185+163=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 185 (72.66% from 255 or 32.80% from 564); Blue value is 163 (64.06% from 255 or 28.90% from 564); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B9A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B9A3 is #27465C. Grayscale: #BFBFBF. Windows color (decimal): -2573917 or 10729944. OLE color: 10729944.

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

Color convert

RGB216185163-
CMYK00.140.250.15
HSL24.91º40.46%74.31%-
HSV(B)24.91º24.54%84.71%-
XYZ52.2851.9441.92-
YUV191.76111.77145.29-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.30%
GREEN value IS 185 (72.66% from 255) = 32.80%
BLUE value IS 163 (64.06% from 255) = 28.90%
R=38.30%
G=32.80%
B=28.90%

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
Decimal21618516300.140.250.1524.9140.4674.31
HexD8B9A30E19F19284a
Octal33027124301631173150112
Binary11011000101110011010001101110110011111110011010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B9A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B9A3; }

 p { color: rgb(216,185,163); }

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

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

 a { background-color: rgb(216,185,163); }

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

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

 span { border-color: rgb(216,185,163); }

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