#DFB861

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

Shades of Equator #DFB861

Tints of Equator #DFB861

Color information

#DFB861 (or 0xDFB861) is unknown color: approx Equator. HEX triplet: DF, B8 and 61. RGB value is (223,184,97). Sum of RGB (Red+Green+Blue) = 223+184+97=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 184 (72.27% from 255 or 36.51% from 504); Blue value is 97 (38.28% from 255 or 19.25% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB861 is #20479E. Grayscale: #BABABA. Windows color (decimal): -2115487 or 6404319. OLE color: 6404319.

HSL color Cylindrical-coordinate representation of color #DFB861: hue angle of 41.43º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFB861 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB22318497-
CMYK00.170.570.13
HSL41.43º66.32%62.75%-
HSV(B)41.43º56.5%87.45%-
XYZ49.7350.8318.5-
YUV185.7477.92154.57-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.25%
GREEN value IS 184 (72.27% from 255) = 36.51%
BLUE value IS 97 (38.28% from 255) = 19.25%
R=44.25%
G=36.51%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231849700.170.570.1341.4366.3262.75
HexDFB86101139D29423f
Octal33727014102171155110277
Binary1101111110111000110000101000111100111011010011000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB861; }

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

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

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

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

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

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

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

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