#DCAAA4

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

Shades of Shilo #DCAAA4

Tints of Shilo #DCAAA4

Color information

#DCAAA4 (or 0xDCAAA4) is unknown color: approx Shilo. HEX triplet: DC, AA and A4. RGB value is (220,170,164). Sum of RGB (Red+Green+Blue) = 220+170+164=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 164 (64.45% from 255 or 29.60% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAAA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAAA4 is #23555B. Grayscale: #B8B8B8. Windows color (decimal): -2315612 or 10791644. OLE color: 10791644.

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

Color convert

RGB220170164-
CMYK00.230.250.14
HSL6.43º44.44%75.29%-
HSV(B)6.43º25.45%86.27%-
XYZ50.5946.6541.46-
YUV184.27116.56153.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.71%
GREEN value IS 170 (66.80% from 255) = 30.69%
BLUE value IS 164 (64.45% from 255) = 29.60%
R=39.71%
G=30.69%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017016400.230.250.146.4344.4475.29
HexDCAAA401719E62c4b
Octal3342522440273116654113
Binary1101110010101010101001000101111100111101101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAAA4; }

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

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

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

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

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

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

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

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