#D7BEAE

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

Shades of Just Right #D7BEAE

Tints of Just Right #D7BEAE

Color information

#D7BEAE (or 0xD7BEAE) is unknown color: approx Just Right. HEX triplet: D7, BE and AE. RGB value is (215,190,174). Sum of RGB (Red+Green+Blue) = 215+190+174=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 190 (74.61% from 255 or 32.82% from 579); Blue value is 174 (68.36% from 255 or 30.05% from 579); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BEAE is #284151. Grayscale: #C3C3C3. Windows color (decimal): -2638162 or 11452119. OLE color: 11452119.

HSL color Cylindrical-coordinate representation of color #D7BEAE: hue angle of 23.41º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D7BEAE is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB215190174-
CMYK00.120.190.16
HSL23.41º33.88%76.27%-
HSV(B)23.41º19.07%84.31%-
XYZ54.0854.3347.68-
YUV195.65115.78141.8-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.13%
GREEN value IS 190 (74.61% from 255) = 32.82%
BLUE value IS 174 (68.36% from 255) = 30.05%
R=37.13%
G=32.82%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519017400.120.190.1623.4133.8876.27
HexD7BEAE0C131017224c
Octal32727625601423202742114
Binary110101111011111010101110011001001110000101111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BEAE; }

 p { color: rgb(215,190,174); }

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

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

 a { background-color: rgb(215,190,174); }

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

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

 span { border-color: rgb(215,190,174); }

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