#DCAEA3

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

Shades of Shilo #DCAEA3

Tints of Shilo #DCAEA3

Color information

#DCAEA3 (or 0xDCAEA3) is unknown color: approx Shilo. HEX triplet: DC, AE and A3. RGB value is (220,174,163). Sum of RGB (Red+Green+Blue) = 220+174+163=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 163 (64.06% from 255 or 29.26% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAEA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAEA3 is #23515C. Grayscale: #BABABA. Windows color (decimal): -2314589 or 10727132. OLE color: 10727132.

HSL color Cylindrical-coordinate representation of color #DCAEA3: hue angle of 11.58º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCAEA3 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB220174163-
CMYK00.210.260.14
HSL11.58º44.88%75.1%-
HSV(B)11.58º25.91%86.27%-
XYZ51.2648.1341.24-
YUV186.5114.74151.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.50%
GREEN value IS 174 (68.36% from 255) = 31.24%
BLUE value IS 163 (64.06% from 255) = 29.26%
R=39.50%
G=31.24%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017416300.210.260.1411.5844.8875.1
HexDCAEA30151AEc2d4b
Octal33425624302532161455113
Binary11011100101011101010001101010111010111011001011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAEA3; }

 p { color: rgb(220,174,163); }

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

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

 a { background-color: rgb(220,174,163); }

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

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

 span { border-color: rgb(220,174,163); }

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