#DFC20E

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

Shades of Sunflower #DFC20E

Tints of Sunflower #DFC20E

Color information

#DFC20E (or 0xDFC20E) is unknown color: approx Sunflower. HEX triplet: DF, C2 and 0E. RGB value is (223,194,14). Sum of RGB (Red+Green+Blue) = 223+194+14=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 14 (5.86% from 255 or 3.25% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC20E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC20E is #203DF1. Grayscale: #B6B6B6. Windows color (decimal): -2113010 or 967391. OLE color: 967391.

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

Color convert

RGB22319414-
CMYK00.130.940.13
HSL51.67º88.19%46.47%-
HSV(B)51.67º93.72%87.45%-
XYZ49.854.38.27-
YUV182.1533.11157.14-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.74%
GREEN value IS 194 (76.17% from 255) = 45.01%
BLUE value IS 14 (5.86% from 255) = 3.25%
R=51.74%
G=45.01%
B=3.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231941400.130.940.1351.6788.1946.47
HexDFC2E0D5ED34582e
Octal33730216015136156413056
Binary1101111111000010111001101101111011011101001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC20E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC20E; }

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

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

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

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

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

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

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

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