#DCB863

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

Shades of Equator #DCB863

Tints of Equator #DCB863

Color information

#DCB863 (or 0xDCB863) is unknown color: approx Equator. HEX triplet: DC, B8 and 63. RGB value is (220,184,99). Sum of RGB (Red+Green+Blue) = 220+184+99=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 184 (72.27% from 255 or 36.58% from 503); Blue value is 99 (39.06% from 255 or 19.68% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB863 is #23479C. Grayscale: #B9B9B9. Windows color (decimal): -2312093 or 6535388. OLE color: 6535388.

HSL color Cylindrical-coordinate representation of color #DCB863: hue angle of 42.15º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCB863 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB22018499-
CMYK00.160.550.14
HSL42.15º63.35%62.55%-
HSV(B)42.15º55%86.27%-
XYZ48.9150.418.95-
YUV185.0779.43152.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.74%
GREEN value IS 184 (72.27% from 255) = 36.58%
BLUE value IS 99 (39.06% from 255) = 19.68%
R=43.74%
G=36.58%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201849900.160.550.1442.1563.3562.55
HexDCB86301037E2a3f3f
Octal3342701430206716527777
Binary110111001011100011000110100001101111110101010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB863; }

 p { color: rgb(220,184,99); }

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

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

 a { background-color: rgb(220,184,99); }

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

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

 span { border-color: rgb(220,184,99); }

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