Shades of Sunflower #DFCD08
Tints of Sunflower #DFCD08
RGB
CMYK
RGB Variations
Color information
#DFCD08 (or 0xDFCD08) is known color: Sunflower. HEX triplet: DF, CD and 08. RGB value is (223,205,8). Sum of RGB (Red+Green+Blue) = 223+205+8=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 205 (80.47% from 255 or 47.02% from 436); Blue value is 8 (3.52% from 255 or 1.83% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCD08 is #2032F7. Grayscale: #BCBCBC. Windows color (decimal): -2110200 or 576991. OLE color: 576991.
HSL color Cylindrical-coordinate representation of color #DFCD08: hue angle of 54.98º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DFCD08 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 205 | 8 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.13 |
| HSL | 54.98º | 0.93% | 0.45% | - |
| HSV(B) | 54.98º | 0.96% | 0.87% | - |
| XYZ | 52.31 | 59.37 | 8.93 | - |
| YUV | 187.92 | 26.46 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 205 | 8 | 0 | 0.08 | 0.96 | 0.13 | 54.98 | 0.93 | 0.45 |
| Hex | DF | CD | 8 | 0 | 8 | 60 | D | 37 | 5D | 2D |
| Octal | 337 | 315 | 10 | 0 | 10 | 140 | 15 | 67 | 135 | 55 |
| Binary | 11011111 | 11001101 | 1000 | 0 | 1000 | 1100000 | 1101 | 110111 | 1011101 | 101101 |
Color Harmonies of #DFCD08
Complementary color
Monochromatic Colors of #DFCD08
Black with #DFCD08
Text Example
Text Example
White with #DFCD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCD08; }
p { color: rgb(223,205,8); }
H1.HeaderClassName
{
color: #DFCD08;
}
.AnyTagClassName
{
color: #DFCD08;
}
</style>
background-color css
<style>
a { background-color: #DFCD08; }
a { background-color: rgb(223,205,8); }
div.DivClassName
{
background-color: #DFCD08;
}
.BgClassName
{
background-color: #DFCD08;
}
</style>
border-color css
<style>
span { border-color: #DFCD08; }
span { border-color: rgb(223,205,8); }
td.TdClassName
{
border-color: #DFCD08;
}
.TagClassName
{
border-color: #DFCD08;
}
</style>