#D4AE64

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

Shades of Equator #D4AE64

Tints of Equator #D4AE64

Color information

#D4AE64 (or 0xD4AE64) is unknown color: approx Equator. HEX triplet: D4, AE and 64. RGB value is (212,174,100). Sum of RGB (Red+Green+Blue) = 212+174+100=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 100 (39.45% from 255 or 20.58% from 486); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AE64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AE64 is #2B519B. Grayscale: #B1B1B1. Windows color (decimal): -2838940 or 6598356. OLE color: 6598356.

HSL color Cylindrical-coordinate representation of color #D4AE64: hue angle of 39.64º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D4AE64 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB212174100-
CMYK00.180.530.17
HSL39.64º56.57%61.18%-
HSV(B)39.64º52.83%83.14%-
XYZ44.5945.1918.43-
YUV176.9384.59153.02-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.62%
GREEN value IS 174 (68.36% from 255) = 35.80%
BLUE value IS 100 (39.45% from 255) = 20.58%
R=43.62%
G=35.80%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217410000.180.530.1739.6456.5761.18
HexD4AE64012351128393d
Octal3242561440226521507175
Binary1101010010101110110010001001011010110001101000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AE64; }

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

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

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

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

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

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

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

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