Shades of Sunflower #DFC10B
Tints of Sunflower #DFC10B
RGB
CMYK
RGB Variations
Color information
#DFC10B (or 0xDFC10B) is known color: Sunflower. HEX triplet: DF, C1 and 0B. RGB value is (223,193,11). Sum of RGB (Red+Green+Blue) = 223+193+11=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 193 (75.78% from 255 or 45.20% from 427); Blue value is 11 (4.69% from 255 or 2.58% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC10B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC10B is #203EF4. Grayscale: #B5B5B5. Windows color (decimal): -2113269 or 770527. OLE color: 770527.
HSL color Cylindrical-coordinate representation of color #DFC10B: hue angle of 51.51º degrees, saturation: 0.91, 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 #DFC10B is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 11 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.13 |
| HSL | 51.51º | 0.91% | 0.46% | - |
| HSV(B) | 51.51º | 0.95% | 0.87% | - |
| XYZ | 49.56 | 53.85 | 8.1 | - |
| YUV | 181.22 | 31.94 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 11 | 0 | 0.13 | 0.95 | 0.13 | 51.51 | 0.91 | 0.46 |
| Hex | DF | C1 | B | 0 | D | 5F | D | 34 | 5B | 2E |
| Octal | 337 | 301 | 13 | 0 | 15 | 137 | 15 | 64 | 133 | 56 |
| Binary | 11011111 | 11000001 | 1011 | 0 | 1101 | 1011111 | 1101 | 110100 | 1011011 | 101110 |
Color Harmonies of #DFC10B
Complementary color
Monochromatic Colors of #DFC10B
Black with #DFC10B
Text Example
Text Example
White with #DFC10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC10B; }
p { color: rgb(223,193,11); }
H1.HeaderClassName
{
color: #DFC10B;
}
.AnyTagClassName
{
color: #DFC10B;
}
</style>
background-color css
<style>
a { background-color: #DFC10B; }
a { background-color: rgb(223,193,11); }
div.DivClassName
{
background-color: #DFC10B;
}
.BgClassName
{
background-color: #DFC10B;
}
</style>
border-color css
<style>
span { border-color: #DFC10B; }
span { border-color: rgb(223,193,11); }
td.TdClassName
{
border-color: #DFC10B;
}
.TagClassName
{
border-color: #DFC10B;
}
</style>