#DCADA8

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

Shades of Shilo #DCADA8

Tints of Shilo #DCADA8

Color information

#DCADA8 (or 0xDCADA8) is unknown color: approx Shilo. HEX triplet: DC, AD and A8. RGB value is (220,173,168). Sum of RGB (Red+Green+Blue) = 220+173+168=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 168 (66.02% from 255 or 29.95% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCADA8 is #235257. Grayscale: #BABABA. Windows color (decimal): -2314840 or 11054556. OLE color: 11054556.

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

Color convert

RGB220173168-
CMYK00.210.240.14
HSL5.77º42.62%76.08%-
HSV(B)5.77º23.64%86.27%-
XYZ51.5347.9343.58-
YUV186.48117.57151.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.22%
GREEN value IS 173 (67.97% from 255) = 30.84%
BLUE value IS 168 (66.02% from 255) = 29.95%
R=39.22%
G=30.84%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017316800.210.240.145.7742.6276.08
HexDCADA801518E62b4c
Octal3342552500253016653114
Binary1101110010101101101010000101011100011101101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCADA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCADA8; }

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

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

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

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

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

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

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

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