#DFC017

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

Shades of Sunflower #DFC017

Tints of Sunflower #DFC017

Color information

#DFC017 (or 0xDFC017) is unknown color: approx Sunflower. HEX triplet: DF, C0 and 17. RGB value is (223,192,23). Sum of RGB (Red+Green+Blue) = 223+192+23=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 23 (9.38% from 255 or 5.25% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC017 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC017 is #203FE8. Grayscale: #B6B6B6. Windows color (decimal): -2113513 or 1556703. OLE color: 1556703.

HSL color Cylindrical-coordinate representation of color #DFC017: hue angle of 50.7º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DFC017 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB22319223-
CMYK00.140.900.13
HSL50.7º81.3%48.24%-
HSV(B)50.7º89.69%87.45%-
XYZ49.4453.458.52-
YUV18238.27157.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.91%
GREEN value IS 192 (75.39% from 255) = 43.84%
BLUE value IS 23 (9.38% from 255) = 5.25%
R=50.91%
G=43.84%
B=5.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.90
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231922300.140.900.1350.781.348.24
HexDFC0170E5AD335130
Octal33730027016132156312160
Binary11011111110000001011101110101101011011100111010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC017; }

 p { color: rgb(223,192,23); }

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

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

 a { background-color: rgb(223,192,23); }

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

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

 span { border-color: rgb(223,192,23); }

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