#DCA963

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

Shades of Equator #DCA963

Tints of Equator #DCA963

Color information

#DCA963 (or 0xDCA963) is unknown color: approx Equator. HEX triplet: DC, A9 and 63. RGB value is (220,169,99). Sum of RGB (Red+Green+Blue) = 220+169+99=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 99 (39.06% from 255 or 20.29% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA963 is #23569C. Grayscale: #B0B0B0. Windows color (decimal): -2315933 or 6531548. OLE color: 6531548.

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

Color convert

RGB22016999-
CMYK00.230.550.14
HSL34.71º63.35%62.55%-
HSV(B)34.71º55%86.27%-
XYZ45.9644.4917.97-
YUV176.2784.4159.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.08%
GREEN value IS 169 (66.41% from 255) = 34.63%
BLUE value IS 99 (39.06% from 255) = 20.29%
R=45.08%
G=34.63%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201699900.230.550.1434.7163.3562.55
HexDCA96301737E233f3f
Octal3342511430276716437777
Binary110111001010100111000110101111101111110100011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA963; }

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

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

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

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

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

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

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

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