#D8AA65

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

Shades of Equator #D8AA65

Tints of Equator #D8AA65

Color information

#D8AA65 (or 0xD8AA65) is unknown color: approx Equator. HEX triplet: D8, AA and 65. RGB value is (216,170,101). Sum of RGB (Red+Green+Blue) = 216+170+101=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 101 (39.84% from 255 or 20.74% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AA65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AA65 is #27559A. Grayscale: #B0B0B0. Windows color (decimal): -2577819 or 6662872. OLE color: 6662872.

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

Color convert

RGB216170101-
CMYK00.210.530.15
HSL36º59.59%62.16%-
HSV(B)36º53.24%84.71%-
XYZ45.0444.2918.49-
YUV175.8985.74156.61-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.35%
GREEN value IS 170 (66.80% from 255) = 34.91%
BLUE value IS 101 (39.84% from 255) = 20.74%
R=44.35%
G=34.91%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617010100.210.530.153659.5962.16
HexD8AA6501535F243c3e
Octal3302521450256517447476
Binary110110001010101011001010101011101011111100100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AA65; }

 p { color: rgb(216,170,101); }

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

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

 a { background-color: rgb(216,170,101); }

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

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

 span { border-color: rgb(216,170,101); }

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