Shades of Sunflower #DFCB04
Tints of Sunflower #DFCB04
RGB
CMYK
RGB Variations
Color information
#DFCB04 (or 0xDFCB04) is known color: Sunflower. HEX triplet: DF, CB and 04. RGB value is (223,203,4). Sum of RGB (Red+Green+Blue) = 223+203+4=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 203 (79.69% from 255 or 47.21% from 430); Blue value is 4 (1.95% from 255 or 0.93% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCB04 is #2034FB. Grayscale: #BBBBBB. Windows color (decimal): -2110716 or 314335. OLE color: 314335.
HSL color Cylindrical-coordinate representation of color #DFCB04: hue angle of 54.52º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DFCB04 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 203 | 4 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.13 |
| HSL | 54.52º | 0.96% | 0.45% | - |
| HSV(B) | 54.52º | 0.98% | 0.87% | - |
| XYZ | 51.81 | 58.41 | 8.66 | - |
| YUV | 186.29 | 25.13 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 4 | 0 | 0.09 | 0.98 | 0.13 | 54.52 | 0.96 | 0.45 |
| Hex | DF | CB | 4 | 0 | 9 | 62 | D | 37 | 60 | 2D |
| Octal | 337 | 313 | 4 | 0 | 11 | 142 | 15 | 67 | 140 | 55 |
| Binary | 11011111 | 11001011 | 100 | 0 | 1001 | 1100010 | 1101 | 110111 | 1100000 | 101101 |
Color Harmonies of #DFCB04
Complementary color
Monochromatic Colors of #DFCB04
Black with #DFCB04
Text Example
Text Example
White with #DFCB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCB04; }
p { color: rgb(223,203,4); }
H1.HeaderClassName
{
color: #DFCB04;
}
.AnyTagClassName
{
color: #DFCB04;
}
</style>
background-color css
<style>
a { background-color: #DFCB04; }
a { background-color: rgb(223,203,4); }
div.DivClassName
{
background-color: #DFCB04;
}
.BgClassName
{
background-color: #DFCB04;
}
</style>
border-color css
<style>
span { border-color: #DFCB04; }
span { border-color: rgb(223,203,4); }
td.TdClassName
{
border-color: #DFCB04;
}
.TagClassName
{
border-color: #DFCB04;
}
</style>