#DCAB9D

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

Shades of Shilo #DCAB9D

Tints of Shilo #DCAB9D

Color information

#DCAB9D (or 0xDCAB9D) is unknown color: approx Shilo. HEX triplet: DC, AB and 9D. RGB value is (220,171,157). Sum of RGB (Red+Green+Blue) = 220+171+157=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 171 (67.19% from 255 or 31.20% from 548); Blue value is 157 (61.72% from 255 or 28.65% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAB9D is #235462. Grayscale: #B8B8B8. Windows color (decimal): -2315363 or 10333148. OLE color: 10333148.

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

Color convert

RGB220171157-
CMYK00.220.290.14
HSL13.33º47.37%73.92%-
HSV(B)13.33º28.64%86.27%-
XYZ50.1646.7838.28-
YUV184.05112.73153.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.15%
GREEN value IS 171 (67.19% from 255) = 31.20%
BLUE value IS 157 (61.72% from 255) = 28.65%
R=40.15%
G=31.20%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017115700.220.290.1413.3347.3773.92
HexDCAB9D0161DEd2f4a
Octal33425323502635161557112
Binary11011100101010111001110101011011101111011011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAB9D; }

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

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

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

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

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

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

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

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