#DFB65F

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

Shades of Equator #DFB65F

Tints of Equator #DFB65F

Color information

#DFB65F (or 0xDFB65F) is unknown color: approx Equator. HEX triplet: DF, B6 and 5F. RGB value is (223,182,95). Sum of RGB (Red+Green+Blue) = 223+182+95=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 95 (37.5% from 255 or 19% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB65F is #2049A0. Grayscale: #B8B8B8. Windows color (decimal): -2116001 or 6272735. OLE color: 6272735.

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

Color convert

RGB22318295-
CMYK00.180.570.13
HSL40.78º66.67%62.35%-
HSV(B)40.78º57.4%87.45%-
XYZ49.2249.9717.88-
YUV184.3477.58155.57-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.6%
GREEN value IS 182 (71.48% from 255) = 36.4%
BLUE value IS 95 (37.5% from 255) = 19%
R=44.6%
G=36.4%
B=19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231829500.180.570.1340.7866.6762.35
HexDFB65F01239D29433e
Octal33726613702271155110376
Binary1101111110110110101111101001011100111011010011000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB65F; }

 p { color: rgb(223,182,95); }

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

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

 a { background-color: rgb(223,182,95); }

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

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

 span { border-color: rgb(223,182,95); }

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