#DFC20F

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

Shades of Sunflower #DFC20F

Tints of Sunflower #DFC20F

Color information

#DFC20F (or 0xDFC20F) is unknown color: approx Sunflower. HEX triplet: DF, C2 and 0F. RGB value is (223,194,15). Sum of RGB (Red+Green+Blue) = 223+194+15=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 194 (76.17% from 255 or 44.91% from 432); Blue value is 15 (6.25% from 255 or 3.47% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC20F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC20F is #203DF0. Grayscale: #B7B7B7. Windows color (decimal): -2113009 or 1032927. OLE color: 1032927.

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

Color convert

RGB22319415-
CMYK00.130.930.13
HSL51.63º87.39%46.67%-
HSV(B)51.63º93.27%87.45%-
XYZ49.8154.318.31-
YUV182.2633.61157.05-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.62%
GREEN value IS 194 (76.17% from 255) = 44.91%
BLUE value IS 15 (6.25% from 255) = 3.47%
R=51.62%
G=44.91%
B=3.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231941500.130.930.1351.6387.3946.67
HexDFC2F0D5DD34572f
Octal33730217015135156412757
Binary1101111111000010111101101101110111011101001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC20F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC20F; }

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

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

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

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

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

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

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

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