#D7BEAC

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

Shades of Just Right #D7BEAC

Tints of Just Right #D7BEAC

Color information

#D7BEAC (or 0xD7BEAC) is unknown color: approx Just Right. HEX triplet: D7, BE and AC. RGB value is (215,190,172). Sum of RGB (Red+Green+Blue) = 215+190+172=577 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.26% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BEAC is #284153. Grayscale: #C3C3C3. Windows color (decimal): -2638164 or 11321047. OLE color: 11321047.

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

Color convert

RGB215190172-
CMYK00.120.20.16
HSL25.12º34.96%75.88%-
HSV(B)25.12º20%84.31%-
XYZ53.8854.2546.66-
YUV195.42114.78141.96-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.26%
GREEN value IS 190 (74.61% from 255) = 32.93%
BLUE value IS 172 (67.58% from 255) = 29.81%
R=37.26%
G=32.93%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.2
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519017200.120.20.1625.1234.9675.88
HexD7BEAC0C141019234c
Octal32727625401424203143114
Binary110101111011111010101100011001010010000110011000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BEAC; }

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

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

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

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

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

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

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

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