Shades of Sunflower #D6B60D
Tints of Sunflower #D6B60D
RGB
CMYK
RGB Variations
Color information
#D6B60D (or 0xD6B60D) is known color: Sunflower. HEX triplet: D6, B6 and 0D. RGB value is (214,182,13). Sum of RGB (Red+Green+Blue) = 214+182+13=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 182 (71.48% from 255 or 44.50% from 409); Blue value is 13 (5.47% from 255 or 3.18% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B60D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B60D is #2949F2. Grayscale: #ADADAD. Windows color (decimal): -2705907 or 898774. OLE color: 898774.
HSL color Cylindrical-coordinate representation of color #D6B60D: hue angle of 50.45º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6B60D is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 182 | 13 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.16 |
| HSL | 50.45º | 0.89% | 0.45% | - |
| HSV(B) | 50.45º | 0.94% | 0.84% | - |
| XYZ | 44.53 | 47.78 | 7.26 | - |
| YUV | 172.3 | 38.1 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 182 | 13 | 0 | 0.15 | 0.94 | 0.16 | 50.45 | 0.89 | 0.45 |
| Hex | D6 | B6 | D | 0 | F | 5E | 10 | 32 | 59 | 2D |
| Octal | 326 | 266 | 15 | 0 | 17 | 136 | 20 | 62 | 131 | 55 |
| Binary | 11010110 | 10110110 | 1101 | 0 | 1111 | 1011110 | 10000 | 110010 | 1011001 | 101101 |
Color Harmonies of #D6B60D
Complementary color
Monochromatic Colors of #D6B60D
Black with #D6B60D
Text Example
Text Example
White with #D6B60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B60D; }
p { color: rgb(214,182,13); }
H1.HeaderClassName
{
color: #D6B60D;
}
.AnyTagClassName
{
color: #D6B60D;
}
</style>
background-color css
<style>
a { background-color: #D6B60D; }
a { background-color: rgb(214,182,13); }
div.DivClassName
{
background-color: #D6B60D;
}
.BgClassName
{
background-color: #D6B60D;
}
</style>
border-color css
<style>
span { border-color: #D6B60D; }
span { border-color: rgb(214,182,13); }
td.TdClassName
{
border-color: #D6B60D;
}
.TagClassName
{
border-color: #D6B60D;
}
</style>