#D9B062

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

Shades of Equator #D9B062

Tints of Equator #D9B062

Color information

#D9B062 (or 0xD9B062) is unknown color: approx Equator. HEX triplet: D9, B0 and 62. RGB value is (217,176,98). Sum of RGB (Red+Green+Blue) = 217+176+98=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 98 (38.67% from 255 or 19.96% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B062 is #264F9D. Grayscale: #B3B3B3. Windows color (decimal): -2510750 or 6467801. OLE color: 6467801.

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

Color convert

RGB21717698-
CMYK00.190.550.15
HSL39.33º61.03%61.76%-
HSV(B)39.33º54.84%85.1%-
XYZ46.3546.6818.12-
YUV179.3782.08154.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.20%
GREEN value IS 176 (69.14% from 255) = 35.85%
BLUE value IS 98 (38.67% from 255) = 19.96%
R=44.20%
G=35.85%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171769800.190.550.1539.3361.0361.76
HexD9B06201337F273d3e
Octal3312601420236717477576
Binary110110011011000011000100100111101111111100111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B062; }

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

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

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

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

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

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

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

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