#DFBAA5

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

Shades of Just Right #DFBAA5

Tints of Just Right #DFBAA5

Color information

#DFBAA5 (or 0xDFBAA5) is unknown color: approx Just Right. HEX triplet: DF, BA and A5. RGB value is (223,186,165). Sum of RGB (Red+Green+Blue) = 223+186+165=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 165 (64.84% from 255 or 28.75% from 574); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBAA5 is #20455A. Grayscale: #C2C2C2. Windows color (decimal): -2114907 or 10861279. OLE color: 10861279.

HSL color Cylindrical-coordinate representation of color #DFBAA5: hue angle of 21.72º degrees, saturation: 0.48, 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 #DFBAA5 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB223186165-
CMYK00.170.260.13
HSL21.72º47.54%76.08%-
HSV(B)21.72º26.01%87.45%-
XYZ54.7853.5243.04-
YUV194.67111.26148.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.85%
GREEN value IS 186 (73.05% from 255) = 32.40%
BLUE value IS 165 (64.84% from 255) = 28.75%
R=38.85%
G=32.40%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318616500.170.260.1321.7247.5476.08
HexDFBAA50111AD16304c
Octal33727224502132152660114
Binary110111111011101010100101010001110101101101101100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBAA5; }

 p { color: rgb(223,186,165); }

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

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

 a { background-color: rgb(223,186,165); }

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

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

 span { border-color: rgb(223,186,165); }

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