Shades of Sunflower #D6BF20
Tints of Sunflower #D6BF20
RGB
CMYK
RGB Variations
Color information
#D6BF20 (or 0xD6BF20) is known color: Sunflower. HEX triplet: D6, BF and 20. RGB value is (214,191,32). Sum of RGB (Red+Green+Blue) = 214+191+32=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 191 (75% from 255 or 43.71% from 437); Blue value is 32 (12.89% from 255 or 7.32% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BF20 is #2940DF. Grayscale: #B4B4B4. Windows color (decimal): -2703584 or 2146262. OLE color: 2146262.
HSL color Cylindrical-coordinate representation of color #D6BF20: hue angle of 52.42º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D6BF20 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 191 | 32 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.16 |
| HSL | 52.42º | 0.74% | 0.48% | - |
| HSV(B) | 52.42º | 0.85% | 0.84% | - |
| XYZ | 46.62 | 51.66 | 8.88 | - |
| YUV | 179.75 | 44.62 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 191 | 32 | 0 | 0.11 | 0.85 | 0.16 | 52.42 | 0.74 | 0.48 |
| Hex | D6 | BF | 20 | 0 | B | 55 | 10 | 34 | 4A | 30 |
| Octal | 326 | 277 | 40 | 0 | 13 | 125 | 20 | 64 | 112 | 60 |
| Binary | 11010110 | 10111111 | 100000 | 0 | 1011 | 1010101 | 10000 | 110100 | 1001010 | 110000 |
Color Harmonies of #D6BF20
Complementary color
Monochromatic Colors of #D6BF20
Black with #D6BF20
Text Example
Text Example
White with #D6BF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BF20; }
p { color: rgb(214,191,32); }
H1.HeaderClassName
{
color: #D6BF20;
}
.AnyTagClassName
{
color: #D6BF20;
}
</style>
background-color css
<style>
a { background-color: #D6BF20; }
a { background-color: rgb(214,191,32); }
div.DivClassName
{
background-color: #D6BF20;
}
.BgClassName
{
background-color: #D6BF20;
}
</style>
border-color css
<style>
span { border-color: #D6BF20; }
span { border-color: rgb(214,191,32); }
td.TdClassName
{
border-color: #D6BF20;
}
.TagClassName
{
border-color: #D6BF20;
}
</style>