#DFBAA8

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

Shades of Just Right #DFBAA8

Tints of Just Right #DFBAA8

Color information

#DFBAA8 (or 0xDFBAA8) is unknown color: approx Just Right. HEX triplet: DF, BA and A8. RGB value is (223,186,168). Sum of RGB (Red+Green+Blue) = 223+186+168=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 168 (66.02% from 255 or 29.12% from 577); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBAA8 is #204557. Grayscale: #C3C3C3. Windows color (decimal): -2114904 or 11057887. OLE color: 11057887.

HSL color Cylindrical-coordinate representation of color #DFBAA8: hue angle of 19.64º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFBAA8 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB223186168-
CMYK00.170.250.13
HSL19.64º46.22%76.67%-
HSV(B)19.64º24.66%87.45%-
XYZ55.0653.6344.5-
YUV195.01112.76147.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.65%
GREEN value IS 186 (73.05% from 255) = 32.24%
BLUE value IS 168 (66.02% from 255) = 29.12%
R=38.65%
G=32.24%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318616800.170.250.1319.6446.2276.67
HexDFBAA801119D142e4d
Octal33727225002131152456115
Binary110111111011101010101000010001110011101101001011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBAA8; }

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

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

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

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

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

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

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

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