#D7AE5B

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

Shades of Equator #D7AE5B

Tints of Equator #D7AE5B

Color information

#D7AE5B (or 0xD7AE5B) is unknown color: approx Equator. HEX triplet: D7, AE and 5B. RGB value is (215,174,91). Sum of RGB (Red+Green+Blue) = 215+174+91=480 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.79% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 91 (35.94% from 255 or 18.96% from 480); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AE5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AE5B is #2851A4. Grayscale: #B1B1B1. Windows color (decimal): -2642341 or 6008535. OLE color: 6008535.

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

Color convert

RGB21517491-
CMYK00.190.580.16
HSL40.16º60.78%60%-
HSV(B)40.16º57.67%84.31%-
XYZ45.0545.4716.3-
YUV176.879.58155.25-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.79%
GREEN value IS 174 (68.36% from 255) = 36.25%
BLUE value IS 91 (35.94% from 255) = 18.96%
R=44.79%
G=36.25%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151749100.190.580.1640.1660.7860
HexD7AE5B0133A10283d3c
Octal3272561330237220507574
Binary1101011110101110101101101001111101010000101000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AE5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AE5B; }

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

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

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

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

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

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

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

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