#D9B359

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

Shades of Equator #D9B359

Tints of Equator #D9B359

Color information

#D9B359 (or 0xD9B359) is unknown color: approx Equator. HEX triplet: D9, B3 and 59. RGB value is (217,179,89). Sum of RGB (Red+Green+Blue) = 217+179+89=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 179 (70.31% from 255 or 36.91% from 485); Blue value is 89 (35.16% from 255 or 18.35% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B359 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B359 is #264CA6. Grayscale: #B4B4B4. Windows color (decimal): -2509991 or 5878745. OLE color: 5878745.

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

Color convert

RGB21717989-
CMYK00.180.590.15
HSL42.19º62.75%60%-
HSV(B)42.19º58.99%85.1%-
XYZ46.5447.7116.21-
YUV180.176.59154.32-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.74%
GREEN value IS 179 (70.31% from 255) = 36.91%
BLUE value IS 89 (35.16% from 255) = 18.35%
R=44.74%
G=36.91%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171798900.180.590.1542.1962.7560
HexD9B3590123BF2a3f3c
Octal3312631310227317527774
Binary110110011011001110110010100101110111111101010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B359; }

 p { color: rgb(217,179,89); }

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

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

 a { background-color: rgb(217,179,89); }

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

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

 span { border-color: rgb(217,179,89); }

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