#DCA6A3

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

Shades of Shilo #DCA6A3

Tints of Shilo #DCA6A3

Color information

#DCA6A3 (or 0xDCA6A3) is unknown color: approx Shilo. HEX triplet: DC, A6 and A3. RGB value is (220,166,163). Sum of RGB (Red+Green+Blue) = 220+166+163=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 166 (65.23% from 255 or 30.24% from 549); Blue value is 163 (64.06% from 255 or 29.69% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA6A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA6A3 is #23595C. Grayscale: #B5B5B5. Windows color (decimal): -2316637 or 10725084. OLE color: 10725084.

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

Color convert

RGB220166163-
CMYK00.250.260.14
HSL3.16º44.88%75.1%-
HSV(B)3.16º25.91%86.27%-
XYZ49.7645.1340.74-
YUV181.8117.39155.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.07%
GREEN value IS 166 (65.23% from 255) = 30.24%
BLUE value IS 163 (64.06% from 255) = 29.69%
R=40.07%
G=30.24%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016616300.250.260.143.1644.8875.1
HexDCA6A30191AE32d4b
Octal3342462430313216355113
Binary110111001010011010100011011001110101110111011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA6A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA6A3; }

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

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

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

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

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

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

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

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