#DCAD9B

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

Shades of Shilo #DCAD9B

Tints of Shilo #DCAD9B

Color information

#DCAD9B (or 0xDCAD9B) is unknown color: approx Shilo. HEX triplet: DC, AD and 9B. RGB value is (220,173,155). Sum of RGB (Red+Green+Blue) = 220+173+155=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 155 (60.94% from 255 or 28.28% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAD9B is #235264. Grayscale: #B9B9B9. Windows color (decimal): -2314853 or 10202588. OLE color: 10202588.

HSL color Cylindrical-coordinate representation of color #DCAD9B: hue angle of 16.62º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCAD9B is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB220173155-
CMYK00.210.300.14
HSL16.62º48.15%73.53%-
HSV(B)16.62º29.55%86.27%-
XYZ50.3847.4737.52-
YUV185111.07152.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.15%
GREEN value IS 173 (67.97% from 255) = 31.57%
BLUE value IS 155 (60.94% from 255) = 28.28%
R=40.15%
G=31.57%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017315500.210.300.1416.6248.1573.53
HexDCAD9B0151EE11304a
Octal33425523302536162160112
Binary110111001010110110011011010101111101110100011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAD9B; }

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

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

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

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

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

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

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

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