#DFB959

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

Shades of Equator #DFB959

Tints of Equator #DFB959

Color information

#DFB959 (or 0xDFB959) is unknown color: approx Equator. HEX triplet: DF, B9 and 59. RGB value is (223,185,89). Sum of RGB (Red+Green+Blue) = 223+185+89=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 185 (72.66% from 255 or 37.22% from 497); Blue value is 89 (35.16% from 255 or 17.91% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB959 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB959 is #2046A6. Grayscale: #B9B9B9. Windows color (decimal): -2115239 or 5880287. OLE color: 5880287.

HSL color Cylindrical-coordinate representation of color #DFB959: hue angle of 42.99º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DFB959 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB22318589-
CMYK00.170.600.13
HSL42.99º67.68%61.18%-
HSV(B)42.99º60.09%87.45%-
XYZ49.5851.1116.7-
YUV185.4273.59154.81-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.87%
GREEN value IS 185 (72.66% from 255) = 37.22%
BLUE value IS 89 (35.16% from 255) = 17.91%
R=44.87%
G=37.22%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231858900.170.600.1342.9967.6861.18
HexDFB9590113CD2b443d
Octal33727113102174155310475
Binary1101111110111001101100101000111110011011010111000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB959; }

 p { color: rgb(223,185,89); }

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

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

 a { background-color: rgb(223,185,89); }

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

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

 span { border-color: rgb(223,185,89); }

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