#D8AD5D

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

Shades of Equator #D8AD5D

Tints of Equator #D8AD5D

Color information

#D8AD5D (or 0xD8AD5D) is unknown color: approx Equator. HEX triplet: D8, AD and 5D. RGB value is (216,173,93). Sum of RGB (Red+Green+Blue) = 216+173+93=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AD5D is #2752A2. Grayscale: #B1B1B1. Windows color (decimal): -2577059 or 6139352. OLE color: 6139352.

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

Color convert

RGB21617393-
CMYK00.200.570.15
HSL39.02º61.19%60.59%-
HSV(B)39.02º56.94%84.71%-
XYZ45.2445.2816.71-
YUV176.7480.75156-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.81%
GREEN value IS 173 (67.97% from 255) = 35.89%
BLUE value IS 93 (36.72% from 255) = 19.29%
R=44.81%
G=35.89%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161739300.200.570.1539.0261.1960.59
HexD8AD5D01439F273d3d
Octal3302551350247117477575
Binary110110001010110110111010101001110011111100111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AD5D; }

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

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

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

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

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

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

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

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