#DFB859

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

Shades of Equator #DFB859

Tints of Equator #DFB859

Color information

#DFB859 (or 0xDFB859) is unknown color: approx Equator. HEX triplet: DF, B8 and 59. RGB value is (223,184,89). Sum of RGB (Red+Green+Blue) = 223+184+89=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 89 (35.16% from 255 or 17.94% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB859 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB859 is #2047A6. Grayscale: #B9B9B9. Windows color (decimal): -2115495 or 5880031. OLE color: 5880031.

HSL color Cylindrical-coordinate representation of color #DFB859: hue angle of 42.54º 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 #DFB859 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB22318489-
CMYK00.170.600.13
HSL42.54º67.68%61.18%-
HSV(B)42.54º60.09%87.45%-
XYZ49.3850.6916.63-
YUV184.8373.92155.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.96%
GREEN value IS 184 (72.27% from 255) = 37.10%
BLUE value IS 89 (35.16% from 255) = 17.94%
R=44.96%
G=37.10%
B=17.94%

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
Decimal2231848900.170.600.1342.5467.6861.18
HexDFB8590113CD2b443d
Octal33727013102174155310475
Binary1101111110111000101100101000111110011011010111000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB859; }

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

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

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

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

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

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

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

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