Shades of Sunflower #DFC303
Tints of Sunflower #DFC303
RGB
CMYK
RGB Variations
Color information
#DFC303 (or 0xDFC303) is known color: Sunflower. HEX triplet: DF, C3 and 03. RGB value is (223,195,3). Sum of RGB (Red+Green+Blue) = 223+195+3=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 195 (76.56% from 255 or 46.32% from 421); Blue value is 3 (1.56% from 255 or 0.71% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC303 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC303 is #203CFC. Grayscale: #B6B6B6. Windows color (decimal): -2112765 or 246751. OLE color: 246751.
HSL color Cylindrical-coordinate representation of color #DFC303: hue angle of 52.36º 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 #DFC303 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 3 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.13 |
| HSL | 52.36º | 0.97% | 0.44% | - |
| HSV(B) | 52.36º | 0.99% | 0.87% | - |
| XYZ | 49.96 | 54.72 | 8.02 | - |
| YUV | 181.48 | 27.28 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 3 | 0 | 0.13 | 0.99 | 0.13 | 52.36 | 0.97 | 0.44 |
| Hex | DF | C3 | 3 | 0 | D | 63 | D | 34 | 61 | 2C |
| Octal | 337 | 303 | 3 | 0 | 15 | 143 | 15 | 64 | 141 | 54 |
| Binary | 11011111 | 11000011 | 11 | 0 | 1101 | 1100011 | 1101 | 110100 | 1100001 | 101100 |
Color Harmonies of #DFC303
Complementary color
Monochromatic Colors of #DFC303
Black with #DFC303
Text Example
Text Example
White with #DFC303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC303; }
p { color: rgb(223,195,3); }
H1.HeaderClassName
{
color: #DFC303;
}
.AnyTagClassName
{
color: #DFC303;
}
</style>
background-color css
<style>
a { background-color: #DFC303; }
a { background-color: rgb(223,195,3); }
div.DivClassName
{
background-color: #DFC303;
}
.BgClassName
{
background-color: #DFC303;
}
</style>
border-color css
<style>
span { border-color: #DFC303; }
span { border-color: rgb(223,195,3); }
td.TdClassName
{
border-color: #DFC303;
}
.TagClassName
{
border-color: #DFC303;
}
</style>