#DCADA6

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

Shades of Shilo #DCADA6

Tints of Shilo #DCADA6

Color information

#DCADA6 (or 0xDCADA6) is unknown color: approx Shilo. HEX triplet: DC, AD and A6. RGB value is (220,173,166). Sum of RGB (Red+Green+Blue) = 220+173+166=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 166 (65.23% from 255 or 29.70% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCADA6 is #235259. Grayscale: #BABABA. Windows color (decimal): -2314842 or 10923484. OLE color: 10923484.

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

Color convert

RGB220173166-
CMYK00.210.250.14
HSL7.78º43.55%75.69%-
HSV(B)7.78º24.55%86.27%-
XYZ51.3447.8642.61-
YUV186.26116.57152.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.36%
GREEN value IS 173 (67.97% from 255) = 30.95%
BLUE value IS 166 (65.23% from 255) = 29.70%
R=39.36%
G=30.95%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017316600.210.250.147.7843.5575.69
HexDCADA601519E82c4c
Octal33425524602531161054114
Binary11011100101011011010011001010111001111010001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCADA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCADA6; }

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

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

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

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

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

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

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

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