Shades of Sunflower #DFCB0D
Tints of Sunflower #DFCB0D
RGB
CMYK
RGB Variations
Color information
#DFCB0D (or 0xDFCB0D) is known color: Sunflower. HEX triplet: DF, CB and 0D. RGB value is (223,203,13). Sum of RGB (Red+Green+Blue) = 223+203+13=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 13 (5.47% from 255 or 2.96% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFCB0D is #2034F2. Grayscale: #BCBCBC. Windows color (decimal): -2110707 or 904159. OLE color: 904159.
HSL color Cylindrical-coordinate representation of color #DFCB0D: hue angle of 54.29º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DFCB0D is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 203 | 13 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.13 |
| HSL | 54.29º | 0.89% | 0.46% | - |
| HSV(B) | 54.29º | 0.94% | 0.87% | - |
| XYZ | 51.86 | 58.43 | 8.93 | - |
| YUV | 187.32 | 29.63 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 13 | 0 | 0.09 | 0.94 | 0.13 | 54.29 | 0.89 | 0.46 |
| Hex | DF | CB | D | 0 | 9 | 5E | D | 36 | 59 | 2E |
| Octal | 337 | 313 | 15 | 0 | 11 | 136 | 15 | 66 | 131 | 56 |
| Binary | 11011111 | 11001011 | 1101 | 0 | 1001 | 1011110 | 1101 | 110110 | 1011001 | 101110 |
Color Harmonies of #DFCB0D
Complementary color
Monochromatic Colors of #DFCB0D
Black with #DFCB0D
Text Example
Text Example
White with #DFCB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCB0D; }
p { color: rgb(223,203,13); }
H1.HeaderClassName
{
color: #DFCB0D;
}
.AnyTagClassName
{
color: #DFCB0D;
}
</style>
background-color css
<style>
a { background-color: #DFCB0D; }
a { background-color: rgb(223,203,13); }
div.DivClassName
{
background-color: #DFCB0D;
}
.BgClassName
{
background-color: #DFCB0D;
}
</style>
border-color css
<style>
span { border-color: #DFCB0D; }
span { border-color: rgb(223,203,13); }
td.TdClassName
{
border-color: #DFCB0D;
}
.TagClassName
{
border-color: #DFCB0D;
}
</style>