#DCA7A4

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

Shades of Shilo #DCA7A4

Tints of Shilo #DCA7A4

Color information

#DCA7A4 (or 0xDCA7A4) is unknown color: approx Shilo. HEX triplet: DC, A7 and A4. RGB value is (220,167,164). Sum of RGB (Red+Green+Blue) = 220+167+164=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 167 (65.62% from 255 or 30.31% from 551); Blue value is 164 (64.45% from 255 or 29.76% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA7A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA7A4 is #23585B. Grayscale: #B6B6B6. Windows color (decimal): -2316380 or 10790876. OLE color: 10790876.

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

Color convert

RGB220167164-
CMYK00.240.250.14
HSL3.21º44.44%75.29%-
HSV(B)3.21º25.45%86.27%-
XYZ50.0345.5341.27-
YUV182.5117.56154.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.93%
GREEN value IS 167 (65.62% from 255) = 30.31%
BLUE value IS 164 (64.45% from 255) = 29.76%
R=39.93%
G=30.31%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016716400.240.250.143.2144.4475.29
HexDCA7A401819E32c4b
Octal3342472440303116354113
Binary110111001010011110100100011000110011110111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA7A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA7A4; }

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

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

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

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

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

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

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

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