#DFADA2

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

Shades of Shilo #DFADA2

Tints of Shilo #DFADA2

Color information

#DFADA2 (or 0xDFADA2) is unknown color: approx Shilo. HEX triplet: DF, AD and A2. RGB value is (223,173,162). Sum of RGB (Red+Green+Blue) = 223+173+162=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 162 (63.67% from 255 or 29.03% from 558); Max value from RGB is 223 - color contains mainly: red. Hex color #DFADA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFADA2 is #20525D. Grayscale: #BABABA. Windows color (decimal): -2118238 or 10661343. OLE color: 10661343.

HSL color Cylindrical-coordinate representation of color #DFADA2: hue angle of 10.82º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFADA2 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB223173162-
CMYK00.220.270.13
HSL10.82º48.8%75.49%-
HSV(B)10.82º27.35%87.45%-
XYZ51.948.1840.75-
YUV186.7114.06153.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.96%
GREEN value IS 173 (67.97% from 255) = 31.00%
BLUE value IS 162 (63.67% from 255) = 29.03%
R=39.96%
G=31.00%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317316200.220.270.1310.8248.875.49
HexDFADA20161BDb314b
Octal33725524202633151361113
Binary11011111101011011010001001011011011110110111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFADA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFADA2; }

 p { color: rgb(223,173,162); }

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

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

 a { background-color: rgb(223,173,162); }

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

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

 span { border-color: rgb(223,173,162); }

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