#DAAC61

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

Shades of Equator #DAAC61

Tints of Equator #DAAC61

Color information

#DAAC61 (or 0xDAAC61) is unknown color: approx Equator. HEX triplet: DA, AC and 61. RGB value is (218,172,97). Sum of RGB (Red+Green+Blue) = 218+172+97=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 97 (38.28% from 255 or 19.92% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAC61 is #25539E. Grayscale: #B1B1B1. Windows color (decimal): -2446239 or 6401242. OLE color: 6401242.

HSL color Cylindrical-coordinate representation of color #DAAC61: hue angle of 37.19º 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 #DAAC61 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB21817297-
CMYK00.210.560.15
HSL37.19º62.05%61.76%-
HSV(B)37.19º55.5%85.49%-
XYZ45.8245.2717.63-
YUV177.282.74157.1-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.76%
GREEN value IS 172 (67.58% from 255) = 35.32%
BLUE value IS 97 (38.28% from 255) = 19.92%
R=44.76%
G=35.32%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181729700.210.560.1537.1962.0561.76
HexDAAC6101538F253e3e
Octal3322541410257017457676
Binary110110101010110011000010101011110001111100101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAC61; }

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

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

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

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

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

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

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

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