#D9B75E

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

Shades of Equator #D9B75E

Tints of Equator #D9B75E

Color information

#D9B75E (or 0xD9B75E) is unknown color: approx Equator. HEX triplet: D9, B7 and 5E. RGB value is (217,183,94). Sum of RGB (Red+Green+Blue) = 217+183+94=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 94 (37.11% from 255 or 19.03% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B75E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B75E is #2648A1. Grayscale: #B7B7B7. Windows color (decimal): -2508962 or 6207449. OLE color: 6207449.

HSL color Cylindrical-coordinate representation of color #D9B75E: hue angle of 43.41º degrees, saturation: 0.62, 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 #D9B75E is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB21718394-
CMYK00.160.570.15
HSL43.41º61.81%60.98%-
HSV(B)43.41º56.68%85.1%-
XYZ47.5749.4317.62-
YUV183.0277.76152.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.93%
GREEN value IS 183 (71.88% from 255) = 37.04%
BLUE value IS 94 (37.11% from 255) = 19.03%
R=43.93%
G=37.04%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171839400.160.570.1543.4161.8160.98
HexD9B75E01039F2b3e3d
Octal3312671360207117537675
Binary110110011011011110111100100001110011111101011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B75E; }

 p { color: rgb(217,183,94); }

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

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

 a { background-color: rgb(217,183,94); }

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

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

 span { border-color: rgb(217,183,94); }

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