#DAAA61

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

Shades of Equator #DAAA61

Tints of Equator #DAAA61

Color information

#DAAA61 (or 0xDAAA61) is unknown color: approx Equator. HEX triplet: DA, AA and 61. RGB value is (218,170,97). Sum of RGB (Red+Green+Blue) = 218+170+97=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 97 (38.28% from 255 or 20% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAA61 is #25559E. Grayscale: #B0B0B0. Windows color (decimal): -2446751 or 6400730. OLE color: 6400730.

HSL color Cylindrical-coordinate representation of color #DAAA61: hue angle of 36.2º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DAAA61 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB21817097-
CMYK00.220.560.15
HSL36.2º62.05%61.76%-
HSV(B)36.2º55.5%85.49%-
XYZ45.4544.5217.51-
YUV176.0383.4157.94-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.95%
GREEN value IS 170 (66.80% from 255) = 35.05%
BLUE value IS 97 (38.28% from 255) = 20%
R=44.95%
G=35.05%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181709700.220.560.1536.262.0561.76
HexDAAA6101638F243e3e
Octal3322521410267017447676
Binary110110101010101011000010101101110001111100100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAA61; }

 p { color: rgb(218,170,97); }

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

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

 a { background-color: rgb(218,170,97); }

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

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

 span { border-color: rgb(218,170,97); }

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