#D5BEAE

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

Shades of Just Right #D5BEAE

Tints of Just Right #D5BEAE

Color information

#D5BEAE (or 0xD5BEAE) is unknown color: approx Just Right. HEX triplet: D5, BE and AE. RGB value is (213,190,174). Sum of RGB (Red+Green+Blue) = 213+190+174=577 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.92% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 174 (68.36% from 255 or 30.16% from 577); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BEAE is #2A4151. Grayscale: #C3C3C3. Windows color (decimal): -2769234 or 11452117. OLE color: 11452117.

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

Color convert

RGB213190174-
CMYK00.110.180.16
HSL24.62º31.71%75.88%-
HSV(B)24.62º18.31%83.53%-
XYZ53.4954.0347.65-
YUV195.05116.12140.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.92%
GREEN value IS 190 (74.61% from 255) = 32.93%
BLUE value IS 174 (68.36% from 255) = 30.16%
R=36.92%
G=32.93%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319017400.110.180.1624.6231.7175.88
HexD5BEAE0B121019204c
Octal32527625601322203140114
Binary110101011011111010101110010111001010000110011000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BEAE; }

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

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

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

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

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

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

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

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