#DFB40E

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

Shades of Sunflower #DFB40E

Tints of Sunflower #DFB40E

Color information

#DFB40E (or 0xDFB40E) is unknown color: approx Sunflower. HEX triplet: DF, B4 and 0E. RGB value is (223,180,14). Sum of RGB (Red+Green+Blue) = 223+180+14=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 180 (70.70% from 255 or 43.17% from 417); Blue value is 14 (5.86% from 255 or 3.36% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB40E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB40E is #204BF1. Grayscale: #AEAEAE. Windows color (decimal): -2116594 or 963807. OLE color: 963807.

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

Color convert

RGB22318014-
CMYK00.190.940.13
HSL47.66º88.19%46.47%-
HSV(B)47.66º93.72%87.45%-
XYZ46.8348.367.28-
YUV173.9337.75163-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 53.48%
GREEN value IS 180 (70.70% from 255) = 43.17%
BLUE value IS 14 (5.86% from 255) = 3.36%
R=53.48%
G=43.17%
B=3.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231801400.190.940.1347.6688.1946.47
HexDFB4E0135ED30582e
Octal33726416023136156013056
Binary11011111101101001110010011101111011011100001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB40E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB40E; }

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

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

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

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

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

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

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

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