Shades of Sunflower #D8B409
Tints of Sunflower #D8B409
RGB
CMYK
RGB Variations
Color information
#D8B409 (or 0xD8B409) is known color: Sunflower. HEX triplet: D8, B4 and 09. RGB value is (216,180,9). Sum of RGB (Red+Green+Blue) = 216+180+9=405 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.33% from 405); Green value is 180 (70.70% from 255 or 44.44% from 405); Blue value is 9 (3.91% from 255 or 2.22% from 405); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B409 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8B409 is #274BF6. Grayscale: #ABABAB. Windows color (decimal): -2575351 or 636120. OLE color: 636120.
HSL color Cylindrical-coordinate representation of color #D8B409: hue angle of 49.57º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D8B409 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 180 | 9 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.15 |
| HSL | 49.57º | 0.92% | 0.44% | - |
| HSV(B) | 49.57º | 0.96% | 0.85% | - |
| XYZ | 44.69 | 47.26 | 7.03 | - |
| YUV | 171.27 | 36.43 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 180 | 9 | 0 | 0.17 | 0.96 | 0.15 | 49.57 | 0.92 | 0.44 |
| Hex | D8 | B4 | 9 | 0 | 11 | 60 | F | 32 | 5C | 2C |
| Octal | 330 | 264 | 11 | 0 | 21 | 140 | 17 | 62 | 134 | 54 |
| Binary | 11011000 | 10110100 | 1001 | 0 | 10001 | 1100000 | 1111 | 110010 | 1011100 | 101100 |
Color Harmonies of #D8B409
Complementary color
Monochromatic Colors of #D8B409
Black with #D8B409
Text Example
Text Example
White with #D8B409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B409; }
p { color: rgb(216,180,9); }
H1.HeaderClassName
{
color: #D8B409;
}
.AnyTagClassName
{
color: #D8B409;
}
</style>
background-color css
<style>
a { background-color: #D8B409; }
a { background-color: rgb(216,180,9); }
div.DivClassName
{
background-color: #D8B409;
}
.BgClassName
{
background-color: #D8B409;
}
</style>
border-color css
<style>
span { border-color: #D8B409; }
span { border-color: rgb(216,180,9); }
td.TdClassName
{
border-color: #D8B409;
}
.TagClassName
{
border-color: #D8B409;
}
</style>