#DAAE61

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

Shades of Equator #DAAE61

Tints of Equator #DAAE61

Color information

#DAAE61 (or 0xDAAE61) is unknown color: approx Equator. HEX triplet: DA, AE and 61. RGB value is (218,174,97). Sum of RGB (Red+Green+Blue) = 218+174+97=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 97 (38.28% from 255 or 19.84% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAE61 is #25519E. Grayscale: #B2B2B2. Windows color (decimal): -2445727 or 6401754. OLE color: 6401754.

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

Color convert

RGB21817497-
CMYK00.200.560.15
HSL38.18º62.05%61.76%-
HSV(B)38.18º55.5%85.49%-
XYZ46.2146.0417.76-
YUV178.3882.08156.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.58%
GREEN value IS 174 (68.36% from 255) = 35.58%
BLUE value IS 97 (38.28% from 255) = 19.84%
R=44.58%
G=35.58%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181749700.200.560.1538.1862.0561.76
HexDAAE6101438F263e3e
Octal3322561410247017467676
Binary110110101010111011000010101001110001111100110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAE61; }

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

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

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

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

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

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

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

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