#DFBAA4

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

Shades of Just Right #DFBAA4

Tints of Just Right #DFBAA4

Color information

#DFBAA4 (or 0xDFBAA4) is unknown color: approx Just Right. HEX triplet: DF, BA and A4. RGB value is (223,186,164). Sum of RGB (Red+Green+Blue) = 223+186+164=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 164 (64.45% from 255 or 28.62% from 573); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBAA4 is #20455B. Grayscale: #C2C2C2. Windows color (decimal): -2114908 or 10795743. OLE color: 10795743.

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

Color convert

RGB223186164-
CMYK00.170.260.13
HSL22.37º47.97%75.88%-
HSV(B)22.37º26.46%87.45%-
XYZ54.6953.4942.56-
YUV194.55110.76148.29-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.92%
GREEN value IS 186 (73.05% from 255) = 32.46%
BLUE value IS 164 (64.45% from 255) = 28.62%
R=38.92%
G=32.46%
B=28.62%

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
Decimal22318616400.170.260.1322.3747.9775.88
HexDFBAA40111AD16304c
Octal33727224402132152660114
Binary110111111011101010100100010001110101101101101100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBAA4; }

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

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

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

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

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

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

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

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