#D8B9A7

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

Shades of Just Right #D8B9A7

Tints of Just Right #D8B9A7

Color information

#D8B9A7 (or 0xD8B9A7) is unknown color: approx Just Right. HEX triplet: D8, B9 and A7. RGB value is (216,185,167). Sum of RGB (Red+Green+Blue) = 216+185+167=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 185 (72.66% from 255 or 32.57% from 568); Blue value is 167 (65.62% from 255 or 29.40% from 568); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B9A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B9A7 is #274658. Grayscale: #C0C0C0. Windows color (decimal): -2573913 or 10992088. OLE color: 10992088.

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

Color convert

RGB216185167-
CMYK00.140.230.15
HSL22.04º38.58%75.1%-
HSV(B)22.04º22.69%84.71%-
XYZ52.6452.0943.84-
YUV192.22113.77144.96-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.03%
GREEN value IS 185 (72.66% from 255) = 32.57%
BLUE value IS 167 (65.62% from 255) = 29.40%
R=38.03%
G=32.57%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618516700.140.230.1522.0438.5875.1
HexD8B9A70E17F16274b
Octal33027124701627172647113
Binary11011000101110011010011101110101111111101101001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B9A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B9A7; }

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

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

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

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

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

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

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

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