#D5BFAE

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

Shades of Just Right #D5BFAE

Tints of Just Right #D5BFAE

Color information

#D5BFAE (or 0xD5BFAE) is unknown color: approx Just Right. HEX triplet: D5, BF and AE. RGB value is (213,191,174). Sum of RGB (Red+Green+Blue) = 213+191+174=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 191 (75% from 255 or 33.04% from 578); Blue value is 174 (68.36% from 255 or 30.10% from 578); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BFAE is #2A4051. Grayscale: #C3C3C3. Windows color (decimal): -2768978 or 11452373. OLE color: 11452373.

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

Color convert

RGB213191174-
CMYK00.100.180.16
HSL26.15º31.71%75.88%-
HSV(B)26.15º18.31%83.53%-
XYZ53.7154.4647.73-
YUV195.64115.79140.38-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.85%
GREEN value IS 191 (75% from 255) = 33.04%
BLUE value IS 174 (68.36% from 255) = 30.10%
R=36.85%
G=33.04%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319117400.100.180.1626.1531.7175.88
HexD5BFAE0A12101a204c
Octal32527725601222203240114
Binary110101011011111110101110010101001010000110101000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BFAE; }

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

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

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

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

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

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

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

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