#D7AF61

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

Shades of Equator #D7AF61

Tints of Equator #D7AF61

Color information

#D7AF61 (or 0xD7AF61) is unknown color: approx Equator. HEX triplet: D7, AF and 61. RGB value is (215,175,97). Sum of RGB (Red+Green+Blue) = 215+175+97=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 97 (38.28% from 255 or 19.92% from 487); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AF61 is #28509E. Grayscale: #B2B2B2. Windows color (decimal): -2642079 or 6402007. OLE color: 6402007.

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

Color convert

RGB21517597-
CMYK00.190.550.16
HSL39.66º59.6%61.18%-
HSV(B)39.66º54.88%84.31%-
XYZ45.5145.9717.78-
YUV178.0782.25154.34-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.15%
GREEN value IS 175 (68.75% from 255) = 35.93%
BLUE value IS 97 (38.28% from 255) = 19.92%
R=44.15%
G=35.93%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151759700.190.550.1639.6659.661.18
HexD7AF610133710283c3d
Octal3272571410236720507475
Binary1101011110101111110000101001111011110000101000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AF61; }

 p { color: rgb(215,175,97); }

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

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

 a { background-color: rgb(215,175,97); }

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

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

 span { border-color: rgb(215,175,97); }

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