Shades of Sunflower #D9BC23
Tints of Sunflower #D9BC23
RGB
CMYK
RGB Variations
Color information
#D9BC23 (or 0xD9BC23) is known color: Sunflower. HEX triplet: D9, BC and 23. RGB value is (217,188,35). Sum of RGB (Red+Green+Blue) = 217+188+35=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 35 (14.06% from 255 or 7.95% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BC23 is #2643DC. Grayscale: #B3B3B3. Windows color (decimal): -2507741 or 2342105. OLE color: 2342105.
HSL color Cylindrical-coordinate representation of color #D9BC23: hue angle of 50.44º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D9BC23 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 188 | 35 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.15 |
| HSL | 50.44º | 0.72% | 0.49% | - |
| HSV(B) | 50.44º | 0.84% | 0.85% | - |
| XYZ | 46.9 | 50.84 | 8.93 | - |
| YUV | 179.23 | 46.61 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 188 | 35 | 0 | 0.13 | 0.84 | 0.15 | 50.44 | 0.72 | 0.49 |
| Hex | D9 | BC | 23 | 0 | D | 54 | F | 32 | 48 | 31 |
| Octal | 331 | 274 | 43 | 0 | 15 | 124 | 17 | 62 | 110 | 61 |
| Binary | 11011001 | 10111100 | 100011 | 0 | 1101 | 1010100 | 1111 | 110010 | 1001000 | 110001 |
Color Harmonies of #D9BC23
Complementary color
Monochromatic Colors of #D9BC23
Black with #D9BC23
Text Example
Text Example
White with #D9BC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BC23; }
p { color: rgb(217,188,35); }
H1.HeaderClassName
{
color: #D9BC23;
}
.AnyTagClassName
{
color: #D9BC23;
}
</style>
background-color css
<style>
a { background-color: #D9BC23; }
a { background-color: rgb(217,188,35); }
div.DivClassName
{
background-color: #D9BC23;
}
.BgClassName
{
background-color: #D9BC23;
}
</style>
border-color css
<style>
span { border-color: #D9BC23; }
span { border-color: rgb(217,188,35); }
td.TdClassName
{
border-color: #D9BC23;
}
.TagClassName
{
border-color: #D9BC23;
}
</style>