#dfb50e

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

Shades of Sunflower #DFB50E

Tints of Sunflower #DFB50E

Color information

#DFB50E (or 0xDFB50E) is unknown color: approx Sunflower. HEX triplet: DF, B5 and 0E. RGB value is (223,181,14). Sum of RGB (Red+Green+Blue) = 223+181+14=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 181 (71.09% from 255 or 43.30% from 418); Blue value is 14 (5.86% from 255 or 3.35% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB50E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB50E is #204AF1. Grayscale: #AFAFAF. Windows color (decimal): -2116338 or 964063. OLE color: 964063.

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

Color convert

RGB22318114-
CMYK00.190.940.13
HSL47.94º88.19%46.47%-
HSV(B)47.94º93.72%87.45%-
XYZ47.0348.777.35-
YUV174.5237.41162.58-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 53.35%
GREEN value IS 181 (71.09% from 255) = 43.30%
BLUE value IS 14 (5.86% from 255) = 3.35%
R=53.35%
G=43.30%
B=3.35%

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
Decimal2231811400.190.940.1347.9488.1946.47
HexDFB5E0135ED30582e
Octal33726516023136156013056
Binary11011111101101011110010011101111011011100001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfb50e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfb50e; }

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

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

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

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

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

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

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

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