Shades of Sunflower #D9BC21
Tints of Sunflower #D9BC21
RGB
CMYK
RGB Variations
Color information
#D9BC21 (or 0xD9BC21) is known color: Sunflower. HEX triplet: D9, BC and 21. RGB value is (217,188,33). Sum of RGB (Red+Green+Blue) = 217+188+33=438 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.54% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 33 (13.28% from 255 or 7.53% from 438); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BC21 is #2643DE. Grayscale: #B3B3B3. Windows color (decimal): -2507743 or 2211033. OLE color: 2211033.
HSL color Cylindrical-coordinate representation of color #D9BC21: hue angle of 50.54º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D9BC21 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 188 | 33 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.15 |
| HSL | 50.54º | 0.74% | 0.49% | - |
| HSV(B) | 50.54º | 0.85% | 0.85% | - |
| XYZ | 46.87 | 50.83 | 8.78 | - |
| YUV | 179 | 45.61 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 33 | 0 | 0.13 | 0.85 | 0.15 | 50.54 | 0.74 | 0.49 |
| Hex | D9 | BC | 21 | 0 | D | 55 | F | 33 | 4A | 31 |
| Octal | 331 | 274 | 41 | 0 | 15 | 125 | 17 | 63 | 112 | 61 |
| Binary | 11011001 | 10111100 | 100001 | 0 | 1101 | 1010101 | 1111 | 110011 | 1001010 | 110001 |
Color Harmonies of #D9BC21
Complementary color
Monochromatic Colors of #D9BC21
Black with #D9BC21
Text Example
Text Example
White with #D9BC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BC21; }
p { color: rgb(217,188,33); }
H1.HeaderClassName
{
color: #D9BC21;
}
.AnyTagClassName
{
color: #D9BC21;
}
</style>
background-color css
<style>
a { background-color: #D9BC21; }
a { background-color: rgb(217,188,33); }
div.DivClassName
{
background-color: #D9BC21;
}
.BgClassName
{
background-color: #D9BC21;
}
</style>
border-color css
<style>
span { border-color: #D9BC21; }
span { border-color: rgb(217,188,33); }
td.TdClassName
{
border-color: #D9BC21;
}
.TagClassName
{
border-color: #D9BC21;
}
</style>