#D9AD66

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

Shades of Equator #D9AD66

Tints of Equator #D9AD66

Color information

#D9AD66 (or 0xD9AD66) is unknown color: approx Equator. HEX triplet: D9, AD and 66. RGB value is (217,173,102). Sum of RGB (Red+Green+Blue) = 217+173+102=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 102 (40.23% from 255 or 20.73% from 492); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AD66 is #265299. Grayscale: #B2B2B2. Windows color (decimal): -2511514 or 6729177. OLE color: 6729177.

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

Color convert

RGB217173102-
CMYK00.200.530.15
HSL37.04º60.21%62.55%-
HSV(B)37.04º53%85.1%-
XYZ45.9645.618.95-
YUV178.0685.08155.77-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.11%
GREEN value IS 173 (67.97% from 255) = 35.16%
BLUE value IS 102 (40.23% from 255) = 20.73%
R=44.11%
G=35.16%
B=20.73%

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
Decimal21717310200.200.530.1537.0460.2162.55
HexD9AD6601435F253c3f
Octal3312551460246517457477
Binary110110011010110111001100101001101011111100101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AD66; }

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

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

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

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

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

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

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

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