#DCAE61

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

Shades of Equator #DCAE61

Tints of Equator #DCAE61

Color information

#DCAE61 (or 0xDCAE61) is unknown color: approx Equator. HEX triplet: DC, AE and 61. RGB value is (220,174,97). Sum of RGB (Red+Green+Blue) = 220+174+97=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 97 (38.28% from 255 or 19.76% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAE61 is #23519E. Grayscale: #B3B3B3. Windows color (decimal): -2314655 or 6401756. OLE color: 6401756.

HSL color Cylindrical-coordinate representation of color #DCAE61: hue angle of 37.56º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCAE61 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB22017497-
CMYK00.210.560.14
HSL37.56º63.73%62.16%-
HSV(B)37.56º55.91%86.27%-
XYZ46.8146.3517.79-
YUV178.9881.74157.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.81%
GREEN value IS 174 (68.36% from 255) = 35.44%
BLUE value IS 97 (38.28% from 255) = 19.76%
R=44.81%
G=35.44%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201749700.210.560.1437.5663.7362.16
HexDCAE6101538E26403e
Octal33425614102570164610076
Binary1101110010101110110000101010111100011101001101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAE61; }

 p { color: rgb(220,174,97); }

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

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

 a { background-color: rgb(220,174,97); }

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

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

 span { border-color: rgb(220,174,97); }

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