Shades of Sunflower #D6B818
Tints of Sunflower #D6B818
RGB
CMYK
RGB Variations
Color information
#D6B818 (or 0xD6B818) is known color: Sunflower. HEX triplet: D6, B8 and 18. RGB value is (214,184,24). Sum of RGB (Red+Green+Blue) = 214+184+24=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 184 (72.27% from 255 or 43.60% from 422); Blue value is 24 (9.77% from 255 or 5.69% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B818 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B818 is #2947E7. Grayscale: #AFAFAF. Windows color (decimal): -2705384 or 1620182. OLE color: 1620182.
HSL color Cylindrical-coordinate representation of color #D6B818: hue angle of 50.53º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D6B818 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 184 | 24 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.16 |
| HSL | 50.53º | 0.8% | 0.47% | - |
| HSV(B) | 50.53º | 0.89% | 0.84% | - |
| XYZ | 45.04 | 48.64 | 7.88 | - |
| YUV | 174.73 | 42.94 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 184 | 24 | 0 | 0.14 | 0.89 | 0.16 | 50.53 | 0.8 | 0.47 |
| Hex | D6 | B8 | 18 | 0 | E | 59 | 10 | 33 | 50 | 2F |
| Octal | 326 | 270 | 30 | 0 | 16 | 131 | 20 | 63 | 120 | 57 |
| Binary | 11010110 | 10111000 | 11000 | 0 | 1110 | 1011001 | 10000 | 110011 | 1010000 | 101111 |
Color Harmonies of #D6B818
Complementary color
Monochromatic Colors of #D6B818
Black with #D6B818
Text Example
Text Example
White with #D6B818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B818; }
p { color: rgb(214,184,24); }
H1.HeaderClassName
{
color: #D6B818;
}
.AnyTagClassName
{
color: #D6B818;
}
</style>
background-color css
<style>
a { background-color: #D6B818; }
a { background-color: rgb(214,184,24); }
div.DivClassName
{
background-color: #D6B818;
}
.BgClassName
{
background-color: #D6B818;
}
</style>
border-color css
<style>
span { border-color: #D6B818; }
span { border-color: rgb(214,184,24); }
td.TdClassName
{
border-color: #D6B818;
}
.TagClassName
{
border-color: #D6B818;
}
</style>