#DCA7A5

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

Shades of Shilo #DCA7A5

Tints of Shilo #DCA7A5

Color information

#DCA7A5 (or 0xDCA7A5) is unknown color: approx Shilo. HEX triplet: DC, A7 and A5. RGB value is (220,167,165). Sum of RGB (Red+Green+Blue) = 220+167+165=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 167 (65.62% from 255 or 30.25% from 552); Blue value is 165 (64.84% from 255 or 29.89% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA7A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA7A5 is #23585A. Grayscale: #B6B6B6. Windows color (decimal): -2316379 or 10856412. OLE color: 10856412.

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

Color convert

RGB220167165-
CMYK00.240.250.14
HSL2.18º44%75.49%-
HSV(B)2.18º25%86.27%-
XYZ50.1345.5741.75-
YUV182.62118.06154.66-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.86%
GREEN value IS 167 (65.62% from 255) = 30.25%
BLUE value IS 165 (64.84% from 255) = 29.89%
R=39.86%
G=30.25%
B=29.89%

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
Decimal22016716500.240.250.142.184475.49
HexDCA7A501819E22c4b
Octal3342472450303116254113
Binary110111001010011110100101011000110011110101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA7A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA7A5; }

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

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

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

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

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

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

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

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