Shades of Sunflower #D6AF0B
Tints of Sunflower #D6AF0B
RGB
CMYK
RGB Variations
Color information
#D6AF0B (or 0xD6AF0B) is known color: Sunflower. HEX triplet: D6, AF and 0B. RGB value is (214,175,11). Sum of RGB (Red+Green+Blue) = 214+175+11=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 11 (4.69% from 255 or 2.75% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6AF0B is #2950F4. Grayscale: #A8A8A8. Windows color (decimal): -2707701 or 765910. OLE color: 765910.
HSL color Cylindrical-coordinate representation of color #D6AF0B: hue angle of 48.47º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D6AF0B is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 175 | 11 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.16 |
| HSL | 48.47º | 0.9% | 0.44% | - |
| HSV(B) | 48.47º | 0.95% | 0.84% | - |
| XYZ | 43.12 | 44.98 | 6.73 | - |
| YUV | 167.97 | 39.42 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 175 | 11 | 0 | 0.18 | 0.95 | 0.16 | 48.47 | 0.9 | 0.44 |
| Hex | D6 | AF | B | 0 | 12 | 5F | 10 | 30 | 5A | 2C |
| Octal | 326 | 257 | 13 | 0 | 22 | 137 | 20 | 60 | 132 | 54 |
| Binary | 11010110 | 10101111 | 1011 | 0 | 10010 | 1011111 | 10000 | 110000 | 1011010 | 101100 |
Color Harmonies of #D6AF0B
Complementary color
Monochromatic Colors of #D6AF0B
Black with #D6AF0B
Text Example
Text Example
White with #D6AF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AF0B; }
p { color: rgb(214,175,11); }
H1.HeaderClassName
{
color: #D6AF0B;
}
.AnyTagClassName
{
color: #D6AF0B;
}
</style>
background-color css
<style>
a { background-color: #D6AF0B; }
a { background-color: rgb(214,175,11); }
div.DivClassName
{
background-color: #D6AF0B;
}
.BgClassName
{
background-color: #D6AF0B;
}
</style>
border-color css
<style>
span { border-color: #D6AF0B; }
span { border-color: rgb(214,175,11); }
td.TdClassName
{
border-color: #D6AF0B;
}
.TagClassName
{
border-color: #D6AF0B;
}
</style>