Shades of Sunflower #D6B40C
Tints of Sunflower #D6B40C
RGB
CMYK
RGB Variations
Color information
#D6B40C (or 0xD6B40C) is known color: Sunflower. HEX triplet: D6, B4 and 0C. RGB value is (214,180,12). Sum of RGB (Red+Green+Blue) = 214+180+12=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 180 (70.70% from 255 or 44.33% from 406); Blue value is 12 (5.08% from 255 or 2.96% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B40C is #294BF3. Grayscale: #ABABAB. Windows color (decimal): -2706420 or 832726. OLE color: 832726.
HSL color Cylindrical-coordinate representation of color #D6B40C: hue angle of 49.9º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6B40C is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 180 | 12 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.16 |
| HSL | 49.9º | 0.89% | 0.44% | - |
| HSV(B) | 49.9º | 0.94% | 0.84% | - |
| XYZ | 44.12 | 46.97 | 7.09 | - |
| YUV | 171.01 | 38.26 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 180 | 12 | 0 | 0.16 | 0.94 | 0.16 | 49.9 | 0.89 | 0.44 |
| Hex | D6 | B4 | C | 0 | 10 | 5E | 10 | 32 | 59 | 2C |
| Octal | 326 | 264 | 14 | 0 | 20 | 136 | 20 | 62 | 131 | 54 |
| Binary | 11010110 | 10110100 | 1100 | 0 | 10000 | 1011110 | 10000 | 110010 | 1011001 | 101100 |
Color Harmonies of #D6B40C
Complementary color
Monochromatic Colors of #D6B40C
Black with #D6B40C
Text Example
Text Example
White with #D6B40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B40C; }
p { color: rgb(214,180,12); }
H1.HeaderClassName
{
color: #D6B40C;
}
.AnyTagClassName
{
color: #D6B40C;
}
</style>
background-color css
<style>
a { background-color: #D6B40C; }
a { background-color: rgb(214,180,12); }
div.DivClassName
{
background-color: #D6B40C;
}
.BgClassName
{
background-color: #D6B40C;
}
</style>
border-color css
<style>
span { border-color: #D6B40C; }
span { border-color: rgb(214,180,12); }
td.TdClassName
{
border-color: #D6B40C;
}
.TagClassName
{
border-color: #D6B40C;
}
</style>