#DCB563

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

Shades of Equator #DCB563

Tints of Equator #DCB563

Color information

#DCB563 (or 0xDCB563) is unknown color: approx Equator. HEX triplet: DC, B5 and 63. RGB value is (220,181,99). Sum of RGB (Red+Green+Blue) = 220+181+99=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 99 (39.06% from 255 or 19.8% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB563 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB563 is #234A9C. Grayscale: #B7B7B7. Windows color (decimal): -2312861 or 6534620. OLE color: 6534620.

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

Color convert

RGB22018199-
CMYK00.180.550.14
HSL40.66º63.35%62.55%-
HSV(B)40.66º55%86.27%-
XYZ48.2949.1618.75-
YUV183.3180.42154.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44%
GREEN value IS 181 (71.09% from 255) = 36.2%
BLUE value IS 99 (39.06% from 255) = 19.8%
R=44%
G=36.2%
B=19.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201819900.180.550.1440.6663.3562.55
HexDCB56301237E293f3f
Octal3342651430226716517777
Binary110111001011010111000110100101101111110101001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB563; }

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

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

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

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

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

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

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

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