#D5BFAF

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

Shades of Just Right #D5BFAF

Tints of Just Right #D5BFAF

Color information

#D5BFAF (or 0xD5BFAF) is unknown color: approx Just Right. HEX triplet: D5, BF and AF. RGB value is (213,191,175). Sum of RGB (Red+Green+Blue) = 213+191+175=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 191 (75% from 255 or 32.99% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BFAF is #2A4050. Grayscale: #C3C3C3. Windows color (decimal): -2768977 or 11517909. OLE color: 11517909.

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

Color convert

RGB213191175-
CMYK00.100.180.16
HSL25.26º31.15%76.08%-
HSV(B)25.26º17.84%83.53%-
XYZ53.8154.548.24-
YUV195.75116.29140.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.79%
GREEN value IS 191 (75% from 255) = 32.99%
BLUE value IS 175 (68.75% from 255) = 30.22%
R=36.79%
G=32.99%
B=30.22%

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
Decimal21319117500.100.180.1625.2631.1576.08
HexD5BFAF0A1210191f4c
Octal32527725701222203137114
Binary11010101101111111010111101010100101000011001111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BFAF; }

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

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

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

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

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

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

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

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