#D8AD62

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

Shades of Equator #D8AD62

Tints of Equator #D8AD62

Color information

#D8AD62 (or 0xD8AD62) is unknown color: approx Equator. HEX triplet: D8, AD and 62. RGB value is (216,173,98). Sum of RGB (Red+Green+Blue) = 216+173+98=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 98 (38.67% from 255 or 20.12% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AD62 is #27529D. Grayscale: #B1B1B1. Windows color (decimal): -2577054 or 6467032. OLE color: 6467032.

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

Color convert

RGB21617398-
CMYK00.200.550.15
HSL38.14º60.2%61.57%-
HSV(B)38.14º54.63%84.71%-
XYZ45.4745.3717.92-
YUV177.3183.25155.6-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.35%
GREEN value IS 173 (67.97% from 255) = 35.52%
BLUE value IS 98 (38.67% from 255) = 20.12%
R=44.35%
G=35.52%
B=20.12%

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
Decimal2161739800.200.550.1538.1460.261.57
HexD8AD6201437F263c3e
Octal3302551420246717467476
Binary110110001010110111000100101001101111111100110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AD62; }

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

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

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

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

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

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

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

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