#DFD310

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

Shades of Sunflower #DFD310

Tints of Sunflower #DFD310

Color information

#DFD310 (or 0xDFD310) is unknown color: approx Sunflower. HEX triplet: DF, D3 and 10. RGB value is (223,211,16). Sum of RGB (Red+Green+Blue) = 223+211+16=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 211 (82.81% from 255 or 46.89% from 450); Blue value is 16 (6.64% from 255 or 3.56% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD310 is #202CEF. Grayscale: #C1C1C1. Windows color (decimal): -2108656 or 1102815. OLE color: 1102815.

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

Color convert

RGB22321116-
CMYK00.050.930.13
HSL56.52º86.61%46.86%-
HSV(B)56.52º92.83%87.45%-
XYZ53.8262.319.68-
YUV192.3628.48149.86-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.56%
GREEN value IS 211 (82.81% from 255) = 46.89%
BLUE value IS 16 (6.64% from 255) = 3.56%
R=49.56%
G=46.89%
B=3.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232111600.050.930.1356.5286.6146.86
HexDFD310055DD39572f
Octal3373232005135157112757
Binary1101111111010011100000101101110111011110011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD310; }

 p { color: rgb(223,211,16); }

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

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

 a { background-color: rgb(223,211,16); }

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

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

 span { border-color: rgb(223,211,16); }

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