Shades of Sunflower #D7AF0B
Tints of Sunflower #D7AF0B
RGB
CMYK
RGB Variations
Color information
#D7AF0B (or 0xD7AF0B) is known color: Sunflower. HEX triplet: D7, AF and 0B. RGB value is (215,175,11). Sum of RGB (Red+Green+Blue) = 215+175+11=401 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.62% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 11 (4.69% from 255 or 2.74% from 401); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7AF0B is #2850F4. Grayscale: #A8A8A8. Windows color (decimal): -2642165 or 765911. OLE color: 765911.
HSL color Cylindrical-coordinate representation of color #D7AF0B: hue angle of 48.24º 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 #D7AF0B is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 175 | 11 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.16 |
| HSL | 48.24º | 0.9% | 0.44% | - |
| HSV(B) | 48.24º | 0.95% | 0.84% | - |
| XYZ | 43.41 | 45.13 | 6.74 | - |
| YUV | 168.26 | 39.25 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 175 | 11 | 0 | 0.19 | 0.95 | 0.16 | 48.24 | 0.9 | 0.44 |
| Hex | D7 | AF | B | 0 | 13 | 5F | 10 | 30 | 5A | 2C |
| Octal | 327 | 257 | 13 | 0 | 23 | 137 | 20 | 60 | 132 | 54 |
| Binary | 11010111 | 10101111 | 1011 | 0 | 10011 | 1011111 | 10000 | 110000 | 1011010 | 101100 |
Color Harmonies of #D7AF0B
Complementary color
Monochromatic Colors of #D7AF0B
Black with #D7AF0B
Text Example
Text Example
White with #D7AF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AF0B; }
p { color: rgb(215,175,11); }
H1.HeaderClassName
{
color: #D7AF0B;
}
.AnyTagClassName
{
color: #D7AF0B;
}
</style>
background-color css
<style>
a { background-color: #D7AF0B; }
a { background-color: rgb(215,175,11); }
div.DivClassName
{
background-color: #D7AF0B;
}
.BgClassName
{
background-color: #D7AF0B;
}
</style>
border-color css
<style>
span { border-color: #D7AF0B; }
span { border-color: rgb(215,175,11); }
td.TdClassName
{
border-color: #D7AF0B;
}
.TagClassName
{
border-color: #D7AF0B;
}
</style>