#DFB45E

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

Shades of Equator #DFB45E

Tints of Equator #DFB45E

Color information

#DFB45E (or 0xDFB45E) is unknown color: approx Equator. HEX triplet: DF, B4 and 5E. RGB value is (223,180,94). Sum of RGB (Red+Green+Blue) = 223+180+94=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 94 (37.11% from 255 or 18.91% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB45E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB45E is #204BA1. Grayscale: #B7B7B7. Windows color (decimal): -2116514 or 6206687. OLE color: 6206687.

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

Color convert

RGB22318094-
CMYK00.190.580.13
HSL40º66.84%62.16%-
HSV(B)40º57.85%87.45%-
XYZ48.7749.1417.5-
YUV183.0577.75156.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.87%
GREEN value IS 180 (70.70% from 255) = 36.22%
BLUE value IS 94 (37.11% from 255) = 18.91%
R=44.87%
G=36.22%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231809400.190.580.134066.8462.16
HexDFB45E0133AD28433e
Octal33726413602372155010376
Binary1101111110110100101111001001111101011011010001000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB45E; }

 p { color: rgb(223,180,94); }

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

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

 a { background-color: rgb(223,180,94); }

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

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

 span { border-color: rgb(223,180,94); }

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