#DCAD9D

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

Shades of Shilo #DCAD9D

Tints of Shilo #DCAD9D

Color information

#DCAD9D (or 0xDCAD9D) is unknown color: approx Shilo. HEX triplet: DC, AD and 9D. RGB value is (220,173,157). Sum of RGB (Red+Green+Blue) = 220+173+157=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 173 (67.97% from 255 or 31.45% from 550); Blue value is 157 (61.72% from 255 or 28.55% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAD9D is #235262. Grayscale: #B9B9B9. Windows color (decimal): -2314851 or 10333660. OLE color: 10333660.

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

Color convert

RGB220173157-
CMYK00.210.290.14
HSL15.24º47.37%73.92%-
HSV(B)15.24º28.64%86.27%-
XYZ50.5447.5438.41-
YUV185.23112.07152.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40%
GREEN value IS 173 (67.97% from 255) = 31.45%
BLUE value IS 157 (61.72% from 255) = 28.55%
R=40%
G=31.45%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017315700.210.290.1415.2447.3773.92
HexDCAD9D0151DEf2f4a
Octal33425523502535161757112
Binary11011100101011011001110101010111101111011111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAD9D; }

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

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

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

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

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

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

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

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