#D8AD66

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

Shades of Equator #D8AD66

Tints of Equator #D8AD66

Color information

#D8AD66 (or 0xD8AD66) is unknown color: approx Equator. HEX triplet: D8, AD and 66. RGB value is (216,173,102). Sum of RGB (Red+Green+Blue) = 216+173+102=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 102 (40.23% from 255 or 20.77% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AD66 is #275299. Grayscale: #B2B2B2. Windows color (decimal): -2577050 or 6729176. OLE color: 6729176.

HSL color Cylindrical-coordinate representation of color #D8AD66: hue angle of 37.37º degrees, saturation: 0.59, 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 #D8AD66 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB216173102-
CMYK00.200.530.15
HSL37.37º59.38%62.35%-
HSV(B)37.37º52.78%84.71%-
XYZ45.6645.4518.94-
YUV177.7685.25155.27-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.99%
GREEN value IS 173 (67.97% from 255) = 35.23%
BLUE value IS 102 (40.23% from 255) = 20.77%
R=43.99%
G=35.23%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617310200.200.530.1537.3759.3862.35
HexD8AD6601435F253b3e
Octal3302551460246517457376
Binary110110001010110111001100101001101011111100101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AD66; }

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

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

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

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

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

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

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

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