#DCB963

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

Shades of Equator #DCB963

Tints of Equator #DCB963

Color information

#DCB963 (or 0xDCB963) is unknown color: approx Equator. HEX triplet: DC, B9 and 63. RGB value is (220,185,99). Sum of RGB (Red+Green+Blue) = 220+185+99=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 99 (39.06% from 255 or 19.64% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB963 is #23469C. Grayscale: #BABABA. Windows color (decimal): -2311837 or 6535644. OLE color: 6535644.

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

Color convert

RGB22018599-
CMYK00.160.550.14
HSL42.64º63.35%62.55%-
HSV(B)42.64º55%86.27%-
XYZ49.1250.8119.02-
YUV185.6679.1152.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.65%
GREEN value IS 185 (72.66% from 255) = 36.71%
BLUE value IS 99 (39.06% from 255) = 19.64%
R=43.65%
G=36.71%
B=19.64%

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
Decimal2201859900.160.550.1442.6463.3562.55
HexDCB96301037E2b3f3f
Octal3342711430206716537777
Binary110111001011100111000110100001101111110101011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB963; }

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

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

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

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

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

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

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

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