#DCA5A4

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

Shades of Shilo #DCA5A4

Tints of Shilo #DCA5A4

Color information

#DCA5A4 (or 0xDCA5A4) is unknown color: approx Shilo. HEX triplet: DC, A5 and A4. RGB value is (220,165,164). Sum of RGB (Red+Green+Blue) = 220+165+164=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 165 (64.84% from 255 or 30.05% from 549); Blue value is 164 (64.45% from 255 or 29.87% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA5A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA5A4 is #235A5B. Grayscale: #B5B5B5. Windows color (decimal): -2316892 or 10790364. OLE color: 10790364.

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

Color convert

RGB220165164-
CMYK00.250.250.14
HSL1.07º44.44%75.29%-
HSV(B)1.07º25.45%86.27%-
XYZ49.6744.8141.15-
YUV181.33118.22155.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.07%
GREEN value IS 165 (64.84% from 255) = 30.05%
BLUE value IS 164 (64.45% from 255) = 29.87%
R=40.07%
G=30.05%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016516400.250.250.141.0744.4475.29
HexDCA5A401919E12c4b
Octal3342452440313116154113
Binary11011100101001011010010001100111001111011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA5A4; }

 p { color: rgb(220,165,164); }

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

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

 a { background-color: rgb(220,165,164); }

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

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

 span { border-color: rgb(220,165,164); }

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