#DFBFA6

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

Shades of Just Right #DFBFA6

Tints of Just Right #DFBFA6

Color information

#DFBFA6 (or 0xDFBFA6) is unknown color: approx Just Right. HEX triplet: DF, BF and A6. RGB value is (223,191,166). Sum of RGB (Red+Green+Blue) = 223+191+166=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 191 (75% from 255 or 32.93% from 580); Blue value is 166 (65.23% from 255 or 28.62% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBFA6 is #204059. Grayscale: #C5C5C5. Windows color (decimal): -2113626 or 10928095. OLE color: 10928095.

HSL color Cylindrical-coordinate representation of color #DFBFA6: hue angle of 26.32º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFBFA6 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB223191166-
CMYK00.140.260.13
HSL26.32º47.11%76.27%-
HSV(B)26.32º25.56%87.45%-
XYZ55.9555.743.88-
YUV197.72110.1146.03-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.45%
GREEN value IS 191 (75% from 255) = 32.93%
BLUE value IS 166 (65.23% from 255) = 28.62%
R=38.45%
G=32.93%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319116600.140.260.1326.3247.1176.27
HexDFBFA60E1AD1a2f4c
Octal33727724601632153257114
Binary11011111101111111010011001110110101101110101011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBFA6; }

 p { color: rgb(223,191,166); }

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

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

 a { background-color: rgb(223,191,166); }

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

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

 span { border-color: rgb(223,191,166); }

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