Shades of Sunflower #DFCC03
Tints of Sunflower #DFCC03
RGB
CMYK
RGB Variations
Color information
#DFCC03 (or 0xDFCC03) is known color: Sunflower. HEX triplet: DF, CC and 03. RGB value is (223,204,3). Sum of RGB (Red+Green+Blue) = 223+204+3=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 3 (1.56% from 255 or 0.70% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCC03 is #2033FC. Grayscale: #BBBBBB. Windows color (decimal): -2110461 or 249055. OLE color: 249055.
HSL color Cylindrical-coordinate representation of color #DFCC03: hue angle of 54.82º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DFCC03 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 3 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.13 |
| HSL | 54.82º | 0.97% | 0.44% | - |
| HSV(B) | 54.82º | 0.99% | 0.87% | - |
| XYZ | 52.04 | 58.88 | 8.71 | - |
| YUV | 186.77 | 24.29 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 3 | 0 | 0.09 | 0.99 | 0.13 | 54.82 | 0.97 | 0.44 |
| Hex | DF | CC | 3 | 0 | 9 | 63 | D | 37 | 61 | 2C |
| Octal | 337 | 314 | 3 | 0 | 11 | 143 | 15 | 67 | 141 | 54 |
| Binary | 11011111 | 11001100 | 11 | 0 | 1001 | 1100011 | 1101 | 110111 | 1100001 | 101100 |
Color Harmonies of #DFCC03
Complementary color
Monochromatic Colors of #DFCC03
Black with #DFCC03
Text Example
Text Example
White with #DFCC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCC03; }
p { color: rgb(223,204,3); }
H1.HeaderClassName
{
color: #DFCC03;
}
.AnyTagClassName
{
color: #DFCC03;
}
</style>
background-color css
<style>
a { background-color: #DFCC03; }
a { background-color: rgb(223,204,3); }
div.DivClassName
{
background-color: #DFCC03;
}
.BgClassName
{
background-color: #DFCC03;
}
</style>
border-color css
<style>
span { border-color: #DFCC03; }
span { border-color: rgb(223,204,3); }
td.TdClassName
{
border-color: #DFCC03;
}
.TagClassName
{
border-color: #DFCC03;
}
</style>