#DFBA64

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

Shades of Equator #DFBA64

Tints of Equator #DFBA64

Color information

#DFBA64 (or 0xDFBA64) is unknown color: approx Equator. HEX triplet: DF, BA and 64. RGB value is (223,186,100). Sum of RGB (Red+Green+Blue) = 223+186+100=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 100 (39.45% from 255 or 19.65% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBA64 is #20459B. Grayscale: #BBBBBB. Windows color (decimal): -2114972 or 6601439. OLE color: 6601439.

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

Color convert

RGB223186100-
CMYK00.170.550.13
HSL41.95º65.78%63.33%-
HSV(B)41.95º55.16%87.45%-
XYZ50.2951.7319.39-
YUV187.2678.76153.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.81%
GREEN value IS 186 (73.05% from 255) = 36.54%
BLUE value IS 100 (39.45% from 255) = 19.65%
R=43.81%
G=36.54%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318610000.170.550.1341.9565.7863.33
HexDFBA6401137D2a423f
Octal33727214402167155210277
Binary1101111110111010110010001000111011111011010101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBA64; }

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

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

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

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

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

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

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

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