#D8BEAA

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

Shades of Just Right #D8BEAA

Tints of Just Right #D8BEAA

Color information

#D8BEAA (or 0xD8BEAA) is unknown color: approx Just Right. HEX triplet: D8, BE and AA. RGB value is (216,190,170). Sum of RGB (Red+Green+Blue) = 216+190+170=576 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.5% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 170 (66.80% from 255 or 29.51% from 576); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BEAA is #274155. Grayscale: #C3C3C3. Windows color (decimal): -2572630 or 11189976. OLE color: 11189976.

HSL color Cylindrical-coordinate representation of color #D8BEAA: hue angle of 26.09º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8BEAA is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB216190170-
CMYK00.120.210.15
HSL26.09º37.1%75.69%-
HSV(B)26.09º21.3%84.71%-
XYZ53.9954.3345.67-
YUV195.49113.61142.63-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.5%
GREEN value IS 190 (74.61% from 255) = 32.99%
BLUE value IS 170 (66.80% from 255) = 29.51%
R=37.5%
G=32.99%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619017000.120.210.1526.0937.175.69
HexD8BEAA0C15F1a254c
Octal33027625201425173245114
Binary11011000101111101010101001100101011111110101001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BEAA; }

 p { color: rgb(216,190,170); }

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

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

 a { background-color: rgb(216,190,170); }

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

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

 span { border-color: rgb(216,190,170); }

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