#D7AE63

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

Shades of Equator #D7AE63

Tints of Equator #D7AE63

Color information

#D7AE63 (or 0xD7AE63) is unknown color: approx Equator. HEX triplet: D7, AE and 63. RGB value is (215,174,99). Sum of RGB (Red+Green+Blue) = 215+174+99=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 99 (39.06% from 255 or 20.29% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AE63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AE63 is #28519C. Grayscale: #B2B2B2. Windows color (decimal): -2642333 or 6532823. OLE color: 6532823.

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

Color convert

RGB21517499-
CMYK00.190.540.16
HSL38.79º59.18%61.57%-
HSV(B)38.79º53.95%84.31%-
XYZ45.4145.6218.22-
YUV177.7183.58154.6-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.06%
GREEN value IS 174 (68.36% from 255) = 35.66%
BLUE value IS 99 (39.06% from 255) = 20.29%
R=44.06%
G=35.66%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151749900.190.540.1638.7959.1861.57
HexD7AE630133610273b3e
Octal3272561430236620477376
Binary1101011110101110110001101001111011010000100111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AE63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AE63; }

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

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

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

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

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

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

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

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