#DCA964

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

Shades of Equator #DCA964

Tints of Equator #DCA964

Color information

#DCA964 (or 0xDCA964) is unknown color: approx Equator. HEX triplet: DC, A9 and 64. RGB value is (220,169,100). Sum of RGB (Red+Green+Blue) = 220+169+100=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 169 (66.41% from 255 or 34.56% from 489); Blue value is 100 (39.45% from 255 or 20.45% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA964 is #23569B. Grayscale: #B0B0B0. Windows color (decimal): -2315932 or 6597084. OLE color: 6597084.

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

Color convert

RGB220169100-
CMYK00.230.550.14
HSL34.5º63.16%62.75%-
HSV(B)34.5º54.55%86.27%-
XYZ4644.5118.22-
YUV176.3884.9159.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.99%
GREEN value IS 169 (66.41% from 255) = 34.56%
BLUE value IS 100 (39.45% from 255) = 20.45%
R=44.99%
G=34.56%
B=20.45%

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
Decimal22016910000.230.550.1434.563.1662.75
HexDCA96401737E233f3f
Octal3342511440276716437777
Binary110111001010100111001000101111101111110100011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA964; }

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

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

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

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

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

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

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

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