#DFCC0D

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

Shades of Sunflower #DFCC0D

Tints of Sunflower #DFCC0D

Color information

#DFCC0D (or 0xDFCC0D) is unknown color: approx Sunflower. HEX triplet: DF, CC and 0D. RGB value is (223,204,13). Sum of RGB (Red+Green+Blue) = 223+204+13=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 204 (80.08% from 255 or 46.36% from 440); Blue value is 13 (5.47% from 255 or 2.95% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCC0D is #2033F2. Grayscale: #BCBCBC. Windows color (decimal): -2110451 or 904415. OLE color: 904415.

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

Color convert

RGB22320413-
CMYK00.090.940.13
HSL54.57º88.98%46.27%-
HSV(B)54.57º94.17%87.45%-
XYZ52.158.99-
YUV187.9129.29153.03-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.68%
GREEN value IS 204 (80.08% from 255) = 46.36%
BLUE value IS 13 (5.47% from 255) = 2.95%
R=50.68%
G=46.36%
B=2.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232041300.090.940.1354.5788.9846.27
HexDFCCD095ED37592e
Octal33731415011136156713156
Binary1101111111001100110101001101111011011101111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCC0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCC0D; }

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

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

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

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

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

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

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

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