#d5ae60

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

Shades of Equator #D5AE60

Tints of Equator #D5AE60

Color information

#D5AE60 (or 0xD5AE60) is unknown color: approx Equator. HEX triplet: D5, AE and 60. RGB value is (213,174,96). Sum of RGB (Red+Green+Blue) = 213+174+96=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 96 (37.89% from 255 or 19.88% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AE60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AE60 is #2A519F. Grayscale: #B1B1B1. Windows color (decimal): -2773408 or 6336213. OLE color: 6336213.

HSL color Cylindrical-coordinate representation of color #D5AE60: hue angle of 40º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D5AE60 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB21317496-
CMYK00.180.550.16
HSL40º58.21%60.59%-
HSV(B)40º54.93%83.53%-
XYZ44.6945.2617.45-
YUV176.7782.42153.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.10%
GREEN value IS 174 (68.36% from 255) = 36.02%
BLUE value IS 96 (37.89% from 255) = 19.88%
R=44.10%
G=36.02%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131749600.180.550.164058.2160.59
HexD5AE600123710283a3d
Octal3252561400226720507275
Binary1101010110101110110000001001011011110000101000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d5ae60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d5ae60; }

 p { color: rgb(213,174,96); }

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

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

 a { background-color: rgb(213,174,96); }

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

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

 span { border-color: rgb(213,174,96); }

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