#D8B7A4

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

Shades of Just Right #D8B7A4

Tints of Just Right #D8B7A4

Color information

#D8B7A4 (or 0xD8B7A4) is unknown color: approx Just Right. HEX triplet: D8, B7 and A4. RGB value is (216,183,164). Sum of RGB (Red+Green+Blue) = 216+183+164=563 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.37% from 563); Green value is 183 (71.88% from 255 or 32.50% from 563); Blue value is 164 (64.45% from 255 or 29.13% from 563); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B7A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B7A4 is #27485B. Grayscale: #BEBEBE. Windows color (decimal): -2574428 or 10794968. OLE color: 10794968.

HSL color Cylindrical-coordinate representation of color #D8B7A4: hue angle of 21.92º degrees, saturation: 0.4, 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 #D8B7A4 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB216183164-
CMYK00.150.240.15
HSL21.92º40%74.51%-
HSV(B)21.92º24.07%84.71%-
XYZ51.9551.1542.26-
YUV190.7112.93146.04-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.37%
GREEN value IS 183 (71.88% from 255) = 32.50%
BLUE value IS 164 (64.45% from 255) = 29.13%
R=38.37%
G=32.50%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618316400.150.240.1521.924074.51
HexD8B7A40F18F16284b
Octal33026724401730172650113
Binary11011000101101111010010001111110001111101101010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B7A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B7A4; }

 p { color: rgb(216,183,164); }

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

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

 a { background-color: rgb(216,183,164); }

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

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

 span { border-color: rgb(216,183,164); }

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