Shades of Sunflower #D6BC28
Tints of Sunflower #D6BC28
RGB
CMYK
RGB Variations
Color information
#D6BC28 (or 0xD6BC28) is known color: Sunflower. HEX triplet: D6, BC and 28. RGB value is (214,188,40). Sum of RGB (Red+Green+Blue) = 214+188+40=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 40 (16.02% from 255 or 9.05% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BC28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BC28 is #2943D7. Grayscale: #B3B3B3. Windows color (decimal): -2704344 or 2669782. OLE color: 2669782.
HSL color Cylindrical-coordinate representation of color #D6BC28: hue angle of 51.03º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D6BC28 is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 188 | 40 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.16 |
| HSL | 51.03º | 0.69% | 0.5% | - |
| HSV(B) | 51.03º | 0.81% | 0.84% | - |
| XYZ | 46.1 | 50.42 | 9.31 | - |
| YUV | 178.9 | 49.61 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 188 | 40 | 0 | 0.12 | 0.81 | 0.16 | 51.03 | 0.69 | 0.5 |
| Hex | D6 | BC | 28 | 0 | C | 51 | 10 | 33 | 45 | 32 |
| Octal | 326 | 274 | 50 | 0 | 14 | 121 | 20 | 63 | 105 | 62 |
| Binary | 11010110 | 10111100 | 101000 | 0 | 1100 | 1010001 | 10000 | 110011 | 1000101 | 110010 |
Color Harmonies of #D6BC28
Complementary color
Monochromatic Colors of #D6BC28
Black with #D6BC28
Text Example
Text Example
White with #D6BC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BC28; }
p { color: rgb(214,188,40); }
H1.HeaderClassName
{
color: #D6BC28;
}
.AnyTagClassName
{
color: #D6BC28;
}
</style>
background-color css
<style>
a { background-color: #D6BC28; }
a { background-color: rgb(214,188,40); }
div.DivClassName
{
background-color: #D6BC28;
}
.BgClassName
{
background-color: #D6BC28;
}
</style>
border-color css
<style>
span { border-color: #D6BC28; }
span { border-color: rgb(214,188,40); }
td.TdClassName
{
border-color: #D6BC28;
}
.TagClassName
{
border-color: #D6BC28;
}
</style>