#D7AE65

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

Shades of Equator #D7AE65

Tints of Equator #D7AE65

Color information

#D7AE65 (or 0xD7AE65) is unknown color: approx Equator. HEX triplet: D7, AE and 65. RGB value is (215,174,101). Sum of RGB (Red+Green+Blue) = 215+174+101=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 101 (39.84% from 255 or 20.61% from 490); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AE65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AE65 is #28519A. Grayscale: #B2B2B2. Windows color (decimal): -2642331 or 6663895. OLE color: 6663895.

HSL color Cylindrical-coordinate representation of color #D7AE65: hue angle of 38.42º 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 #D7AE65 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB215174101-
CMYK00.190.530.16
HSL38.42º58.76%61.96%-
HSV(B)38.42º53.02%84.31%-
XYZ45.5145.6618.73-
YUV177.9484.58154.44-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.88%
GREEN value IS 174 (68.36% from 255) = 35.51%
BLUE value IS 101 (39.84% from 255) = 20.61%
R=43.88%
G=35.51%
B=20.61%

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
Decimal21517410100.190.530.1638.4258.7661.96
HexD7AE650133510263b3e
Octal3272561450236520467376
Binary1101011110101110110010101001111010110000100110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AE65; }

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

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

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

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

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

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

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

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