Shades of Sunflower #DFC30B
Tints of Sunflower #DFC30B
RGB
CMYK
RGB Variations
Color information
#DFC30B (or 0xDFC30B) is known color: Sunflower. HEX triplet: DF, C3 and 0B. RGB value is (223,195,11). Sum of RGB (Red+Green+Blue) = 223+195+11=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 195 (76.56% from 255 or 45.45% from 429); Blue value is 11 (4.69% from 255 or 2.56% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFC30B is #203CF4. Grayscale: #B7B7B7. Windows color (decimal): -2112757 or 771039. OLE color: 771039.
HSL color Cylindrical-coordinate representation of color #DFC30B: hue angle of 52.08º 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 #DFC30B is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 11 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.13 |
| HSL | 52.08º | 0.91% | 0.46% | - |
| HSV(B) | 52.08º | 0.95% | 0.87% | - |
| XYZ | 50.01 | 54.74 | 8.25 | - |
| YUV | 182.4 | 31.28 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 11 | 0 | 0.13 | 0.95 | 0.13 | 52.08 | 0.91 | 0.46 |
| Hex | DF | C3 | B | 0 | D | 5F | D | 34 | 5B | 2E |
| Octal | 337 | 303 | 13 | 0 | 15 | 137 | 15 | 64 | 133 | 56 |
| Binary | 11011111 | 11000011 | 1011 | 0 | 1101 | 1011111 | 1101 | 110100 | 1011011 | 101110 |
Color Harmonies of #DFC30B
Complementary color
Monochromatic Colors of #DFC30B
Black with #DFC30B
Text Example
Text Example
White with #DFC30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC30B; }
p { color: rgb(223,195,11); }
H1.HeaderClassName
{
color: #DFC30B;
}
.AnyTagClassName
{
color: #DFC30B;
}
</style>
background-color css
<style>
a { background-color: #DFC30B; }
a { background-color: rgb(223,195,11); }
div.DivClassName
{
background-color: #DFC30B;
}
.BgClassName
{
background-color: #DFC30B;
}
</style>
border-color css
<style>
span { border-color: #DFC30B; }
span { border-color: rgb(223,195,11); }
td.TdClassName
{
border-color: #DFC30B;
}
.TagClassName
{
border-color: #DFC30B;
}
</style>