#D7AE64

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

Shades of Equator #D7AE64

Tints of Equator #D7AE64

Color information

#D7AE64 (or 0xD7AE64) is unknown color: approx Equator. HEX triplet: D7, AE and 64. RGB value is (215,174,100). Sum of RGB (Red+Green+Blue) = 215+174+100=489 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.97% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 100 (39.45% from 255 or 20.45% from 489); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AE64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AE64 is #28519B. Grayscale: #B2B2B2. Windows color (decimal): -2642332 or 6598359. OLE color: 6598359.

HSL color Cylindrical-coordinate representation of color #D7AE64: hue angle of 38.61º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D7AE64 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB215174100-
CMYK00.190.530.16
HSL38.61º58.97%61.76%-
HSV(B)38.61º53.49%84.31%-
XYZ45.4645.6418.47-
YUV177.8284.08154.52-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.97%
GREEN value IS 174 (68.36% from 255) = 35.58%
BLUE value IS 100 (39.45% from 255) = 20.45%
R=43.97%
G=35.58%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517410000.190.530.1638.6158.9761.76
HexD7AE640133510273b3e
Octal3272561440236520477376
Binary1101011110101110110010001001111010110000100111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AE64; }

 p { color: rgb(215,174,100); }

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

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

 a { background-color: rgb(215,174,100); }

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

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

 span { border-color: rgb(215,174,100); }

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