#DFC714

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

Shades of Sunflower #DFC714

Tints of Sunflower #DFC714

Color information

#DFC714 (or 0xDFC714) is unknown color: approx Sunflower. HEX triplet: DF, C7 and 14. RGB value is (223,199,20). Sum of RGB (Red+Green+Blue) = 223+199+20=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 199 (78.12% from 255 or 45.02% from 442); Blue value is 20 (8.20% from 255 or 4.52% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC714 is #2038EB. Grayscale: #BABABA. Windows color (decimal): -2111724 or 1361887. OLE color: 1361887.

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

Color convert

RGB22319920-
CMYK00.110.910.13
HSL52.91º83.54%47.65%-
HSV(B)52.91º91.03%87.45%-
XYZ50.9856.598.9-
YUV185.7734.45154.55-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.45%
GREEN value IS 199 (78.12% from 255) = 45.02%
BLUE value IS 20 (8.20% from 255) = 4.52%
R=50.45%
G=45.02%
B=4.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.91
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231992000.110.910.1352.9183.5447.65
HexDFC7140B5BD355430
Octal33730724013133156512460
Binary11011111110001111010001011101101111011101011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC714; }

 p { color: rgb(223,199,20); }

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

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

 a { background-color: rgb(223,199,20); }

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

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

 span { border-color: rgb(223,199,20); }

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