Shades of Sunflower #D6B61D
Tints of Sunflower #D6B61D
RGB
CMYK
RGB Variations
Color information
#D6B61D (or 0xD6B61D) is known color: Sunflower. HEX triplet: D6, B6 and 1D. RGB value is (214,182,29). Sum of RGB (Red+Green+Blue) = 214+182+29=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 182 (71.48% from 255 or 42.82% from 425); Blue value is 29 (11.72% from 255 or 6.82% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B61D is #2949E2. Grayscale: #AEAEAE. Windows color (decimal): -2705891 or 1947350. OLE color: 1947350.
HSL color Cylindrical-coordinate representation of color #D6B61D: hue angle of 49.62º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6B61D is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 182 | 29 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.16 |
| HSL | 49.62º | 0.76% | 0.48% | - |
| HSV(B) | 49.62º | 0.86% | 0.84% | - |
| XYZ | 44.68 | 47.84 | 8.04 | - |
| YUV | 174.13 | 46.1 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 182 | 29 | 0 | 0.15 | 0.86 | 0.16 | 49.62 | 0.76 | 0.48 |
| Hex | D6 | B6 | 1D | 0 | F | 56 | 10 | 32 | 4C | 30 |
| Octal | 326 | 266 | 35 | 0 | 17 | 126 | 20 | 62 | 114 | 60 |
| Binary | 11010110 | 10110110 | 11101 | 0 | 1111 | 1010110 | 10000 | 110010 | 1001100 | 110000 |
Color Harmonies of #D6B61D
Complementary color
Monochromatic Colors of #D6B61D
Black with #D6B61D
Text Example
Text Example
White with #D6B61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B61D; }
p { color: rgb(214,182,29); }
H1.HeaderClassName
{
color: #D6B61D;
}
.AnyTagClassName
{
color: #D6B61D;
}
</style>
background-color css
<style>
a { background-color: #D6B61D; }
a { background-color: rgb(214,182,29); }
div.DivClassName
{
background-color: #D6B61D;
}
.BgClassName
{
background-color: #D6B61D;
}
</style>
border-color css
<style>
span { border-color: #D6B61D; }
span { border-color: rgb(214,182,29); }
td.TdClassName
{
border-color: #D6B61D;
}
.TagClassName
{
border-color: #D6B61D;
}
</style>