#D8AC61

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

Shades of Equator #D8AC61

Tints of Equator #D8AC61

Color information

#D8AC61 (or 0xD8AC61) is unknown color: approx Equator. HEX triplet: D8, AC and 61. RGB value is (216,172,97). Sum of RGB (Red+Green+Blue) = 216+172+97=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 97 (38.28% from 255 or 20% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AC61 is #27539E. Grayscale: #B0B0B0. Windows color (decimal): -2577311 or 6401240. OLE color: 6401240.

HSL color Cylindrical-coordinate representation of color #D8AC61: hue angle of 37.82º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D8AC61 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB21617297-
CMYK00.200.550.15
HSL37.82º60.41%61.37%-
HSV(B)37.82º55.09%84.71%-
XYZ45.2344.9717.6-
YUV176.6183.08156.1-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.54%
GREEN value IS 172 (67.58% from 255) = 35.46%
BLUE value IS 97 (38.28% from 255) = 20%
R=44.54%
G=35.46%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161729700.200.550.1537.8260.4161.37
HexD8AC6101437F263c3d
Octal3302541410246717467475
Binary110110001010110011000010101001101111111100110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AC61; }

 p { color: rgb(216,172,97); }

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

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

 a { background-color: rgb(216,172,97); }

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

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

 span { border-color: rgb(216,172,97); }

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