#D9B762

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

Shades of Equator #D9B762

Tints of Equator #D9B762

Color information

#D9B762 (or 0xD9B762) is unknown color: approx Equator. HEX triplet: D9, B7 and 62. RGB value is (217,183,98). Sum of RGB (Red+Green+Blue) = 217+183+98=498 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.57% from 498); Green value is 183 (71.88% from 255 or 36.75% from 498); Blue value is 98 (38.67% from 255 or 19.68% from 498); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B762 is #26489D. Grayscale: #B7B7B7. Windows color (decimal): -2508958 or 6469593. OLE color: 6469593.

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

Color convert

RGB21718398-
CMYK00.160.550.15
HSL42.86º61.03%61.76%-
HSV(B)42.86º54.84%85.1%-
XYZ47.7549.518.59-
YUV183.4879.76151.91-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.57%
GREEN value IS 183 (71.88% from 255) = 36.75%
BLUE value IS 98 (38.67% from 255) = 19.68%
R=43.57%
G=36.75%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171839800.160.550.1542.8661.0361.76
HexD9B76201037F2b3d3e
Octal3312671420206717537576
Binary110110011011011111000100100001101111111101011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B762; }

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

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

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

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

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

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

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

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