#D8AD64

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

Shades of Equator #D8AD64

Tints of Equator #D8AD64

Color information

#D8AD64 (or 0xD8AD64) is unknown color: approx Equator. HEX triplet: D8, AD and 64. RGB value is (216,173,100). Sum of RGB (Red+Green+Blue) = 216+173+100=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 100 (39.45% from 255 or 20.45% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AD64 is #27529B. Grayscale: #B1B1B1. Windows color (decimal): -2577052 or 6598104. OLE color: 6598104.

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

Color convert

RGB216173100-
CMYK00.200.540.15
HSL37.76º59.79%61.96%-
HSV(B)37.76º53.7%84.71%-
XYZ45.5645.4118.42-
YUV177.5484.25155.44-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.17%
GREEN value IS 173 (67.97% from 255) = 35.38%
BLUE value IS 100 (39.45% from 255) = 20.45%
R=44.17%
G=35.38%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617310000.200.540.1537.7659.7961.96
HexD8AD6401436F263c3e
Octal3302551440246617467476
Binary110110001010110111001000101001101101111100110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AD64; }

 p { color: rgb(216,173,100); }

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

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

 a { background-color: rgb(216,173,100); }

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

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

 span { border-color: rgb(216,173,100); }

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