#DFD00D

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

Shades of Sunflower #DFD00D

Tints of Sunflower #DFD00D

Color information

#DFD00D (or 0xDFD00D) is unknown color: approx Sunflower. HEX triplet: DF, D0 and 0D. RGB value is (223,208,13). Sum of RGB (Red+Green+Blue) = 223+208+13=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 208 (81.64% from 255 or 46.85% from 444); Blue value is 13 (5.47% from 255 or 2.93% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD00D is #202FF2. Grayscale: #BFBFBF. Windows color (decimal): -2109427 or 905439. OLE color: 905439.

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

Color convert

RGB22320813-
CMYK00.070.940.13
HSL55.71º88.98%46.27%-
HSV(B)55.71º94.17%87.45%-
XYZ53.0660.839.33-
YUV190.2527.97151.36-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.23%
GREEN value IS 208 (81.64% from 255) = 46.85%
BLUE value IS 13 (5.47% from 255) = 2.93%
R=50.23%
G=46.85%
B=2.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232081300.070.940.1355.7188.9846.27
HexDFD0D075ED38592e
Octal3373201507136157013156
Binary110111111101000011010111101111011011110001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD00D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD00D; }

 p { color: rgb(223,208,13); }

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

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

 a { background-color: rgb(223,208,13); }

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

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

 span { border-color: rgb(223,208,13); }

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