#DFCA07

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

Shades of Sunflower #DFCA07

Tints of Sunflower #DFCA07

Color information

#DFCA07 (or 0xDFCA07) is unknown color: approx Sunflower. HEX triplet: DF, CA and 07. RGB value is (223,202,7). Sum of RGB (Red+Green+Blue) = 223+202+7=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 202 (79.30% from 255 or 46.76% from 432); Blue value is 7 (3.12% from 255 or 1.62% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCA07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCA07 is #2035F8. Grayscale: #BABABA. Windows color (decimal): -2110969 or 510687. OLE color: 510687.

HSL color Cylindrical-coordinate representation of color #DFCA07: hue angle of 54.17º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DFCA07 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB2232027-
CMYK00.090.970.13
HSL54.17º93.91%45.1%-
HSV(B)54.17º96.86%87.45%-
XYZ51.5957.948.67-
YUV186.0526.96154.36-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.62%
GREEN value IS 202 (79.30% from 255) = 46.76%
BLUE value IS 7 (3.12% from 255) = 1.62%
R=51.62%
G=46.76%
B=1.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.97
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223202700.090.970.1354.1793.9145.1
HexDFCA70961D365e2d
Octal3373127011141156613655
Binary110111111100101011101001110000111011101101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCA07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCA07; }

 p { color: rgb(223,202,7); }

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

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

 a { background-color: rgb(223,202,7); }

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

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

 span { border-color: rgb(223,202,7); }

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