Shades of Sunflower #DFCB00
Tints of Sunflower #DFCB00
RGB
CMYK
RGB Variations
Color information
#DFCB00 (or 0xDFCB00) is known color: Sunflower. HEX triplet: DF, CB and 00. RGB value is (223,203,0). Sum of RGB (Red+Green+Blue) = 223+203+0=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 203 (79.69% from 255 or 47.65% from 426); Blue value is 0 (0.39% from 255 or 0% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCB00 is #2034FF. Grayscale: #BABABA. Windows color (decimal): -2110720 or 52191. OLE color: 52191.
HSL color Cylindrical-coordinate representation of color #DFCB00: hue angle of 54.62º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DFCB00 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 203 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.13 |
| HSL | 54.62º | 1% | 0.44% | - |
| HSV(B) | 54.62º | 1% | 0.87% | - |
| XYZ | 51.79 | 58.4 | 8.54 | - |
| YUV | 185.84 | 23.13 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 0 | 0 | 0.09 | 1 | 0.13 | 54.62 | 1 | 0.44 |
| Hex | DF | CB | 0 | 0 | 9 | 64 | D | 37 | 64 | 2C |
| Octal | 337 | 313 | 0 | 0 | 11 | 144 | 15 | 67 | 144 | 54 |
| Binary | 11011111 | 11001011 | 0 | 0 | 1001 | 1100100 | 1101 | 110111 | 1100100 | 101100 |
Color Harmonies of #DFCB00
Complementary color
Monochromatic Colors of #DFCB00
Black with #DFCB00
Text Example
Text Example
White with #DFCB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCB00; }
p { color: rgb(223,203,0); }
H1.HeaderClassName
{
color: #DFCB00;
}
.AnyTagClassName
{
color: #DFCB00;
}
</style>
background-color css
<style>
a { background-color: #DFCB00; }
a { background-color: rgb(223,203,0); }
div.DivClassName
{
background-color: #DFCB00;
}
.BgClassName
{
background-color: #DFCB00;
}
</style>
border-color css
<style>
span { border-color: #DFCB00; }
span { border-color: rgb(223,203,0); }
td.TdClassName
{
border-color: #DFCB00;
}
.TagClassName
{
border-color: #DFCB00;
}
</style>