Shades of Sunflower #DFBD0C
Tints of Sunflower #DFBD0C
RGB
CMYK
RGB Variations
Color information
#DFBD0C (or 0xDFBD0C) is known color: Sunflower. HEX triplet: DF, BD and 0C. RGB value is (223,189,12). Sum of RGB (Red+Green+Blue) = 223+189+12=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 12 (5.08% from 255 or 2.83% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFBD0C is #2042F3. Grayscale: #B3B3B3. Windows color (decimal): -2114292 or 835039. OLE color: 835039.
HSL color Cylindrical-coordinate representation of color #DFBD0C: hue angle of 50.33º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DFBD0C is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 189 | 12 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.13 |
| HSL | 50.33º | 0.9% | 0.46% | - |
| HSV(B) | 50.33º | 0.95% | 0.87% | - |
| XYZ | 48.7 | 52.11 | 7.84 | - |
| YUV | 178.99 | 33.76 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 12 | 0 | 0.15 | 0.95 | 0.13 | 50.33 | 0.9 | 0.46 |
| Hex | DF | BD | C | 0 | F | 5F | D | 32 | 5A | 2E |
| Octal | 337 | 275 | 14 | 0 | 17 | 137 | 15 | 62 | 132 | 56 |
| Binary | 11011111 | 10111101 | 1100 | 0 | 1111 | 1011111 | 1101 | 110010 | 1011010 | 101110 |
Color Harmonies of #DFBD0C
Complementary color
Monochromatic Colors of #DFBD0C
Black with #DFBD0C
Text Example
Text Example
White with #DFBD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBD0C; }
p { color: rgb(223,189,12); }
H1.HeaderClassName
{
color: #DFBD0C;
}
.AnyTagClassName
{
color: #DFBD0C;
}
</style>
background-color css
<style>
a { background-color: #DFBD0C; }
a { background-color: rgb(223,189,12); }
div.DivClassName
{
background-color: #DFBD0C;
}
.BgClassName
{
background-color: #DFBD0C;
}
</style>
border-color css
<style>
span { border-color: #DFBD0C; }
span { border-color: rgb(223,189,12); }
td.TdClassName
{
border-color: #DFBD0C;
}
.TagClassName
{
border-color: #DFBD0C;
}
</style>