#D7BFAE

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

Shades of Just Right #D7BFAE

Tints of Just Right #D7BFAE

Color information

#D7BFAE (or 0xD7BFAE) is unknown color: approx Just Right. HEX triplet: D7, BF and AE. RGB value is (215,191,174). Sum of RGB (Red+Green+Blue) = 215+191+174=580 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.07% from 580); Green value is 191 (75% from 255 or 32.93% from 580); Blue value is 174 (68.36% from 255 or 30% from 580); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BFAE is #284051. Grayscale: #C4C4C4. Windows color (decimal): -2637906 or 11452375. OLE color: 11452375.

HSL color Cylindrical-coordinate representation of color #D7BFAE: hue angle of 24.88º 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 #D7BFAE is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB215191174-
CMYK00.110.190.16
HSL24.88º33.88%76.27%-
HSV(B)24.88º19.07%84.31%-
XYZ54.354.7647.75-
YUV196.24115.45141.38-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.07%
GREEN value IS 191 (75% from 255) = 32.93%
BLUE value IS 174 (68.36% from 255) = 30%
R=37.07%
G=32.93%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519117400.110.190.1624.8833.8876.27
HexD7BFAE0B131019224c
Octal32727725601323203142114
Binary110101111011111110101110010111001110000110011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BFAE; }

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

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

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

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

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

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

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

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