#DFBA61

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

Shades of Equator #DFBA61

Tints of Equator #DFBA61

Color information

#DFBA61 (or 0xDFBA61) is unknown color: approx Equator. HEX triplet: DF, BA and 61. RGB value is (223,186,97). Sum of RGB (Red+Green+Blue) = 223+186+97=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 97 (38.28% from 255 or 19.17% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBA61 is #20459E. Grayscale: #BBBBBB. Windows color (decimal): -2114975 or 6404831. OLE color: 6404831.

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

Color convert

RGB22318697-
CMYK00.170.570.13
HSL42.38º66.32%62.75%-
HSV(B)42.38º56.5%87.45%-
XYZ50.1551.6718.64-
YUV186.9277.26153.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.07%
GREEN value IS 186 (73.05% from 255) = 36.76%
BLUE value IS 97 (38.28% from 255) = 19.17%
R=44.07%
G=36.76%
B=19.17%

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
Decimal2231869700.170.570.1342.3866.3262.75
HexDFBA6101139D2a423f
Octal33727214102171155210277
Binary1101111110111010110000101000111100111011010101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBA61; }

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

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

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

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

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

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

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

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