Shades of Sunflower #D5AF0B
Tints of Sunflower #D5AF0B
RGB
CMYK
RGB Variations
Color information
#D5AF0B (or 0xD5AF0B) is known color: Sunflower. HEX triplet: D5, AF and 0B. RGB value is (213,175,11). Sum of RGB (Red+Green+Blue) = 213+175+11=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 11 (4.69% from 255 or 2.76% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5AF0B is #2A50F4. Grayscale: #A8A8A8. Windows color (decimal): -2773237 or 765909. OLE color: 765909.
HSL color Cylindrical-coordinate representation of color #D5AF0B: hue angle of 48.71º 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 #D5AF0B is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 175 | 11 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.16 |
| HSL | 48.71º | 0.9% | 0.44% | - |
| HSV(B) | 48.71º | 0.95% | 0.84% | - |
| XYZ | 42.83 | 44.83 | 6.71 | - |
| YUV | 167.67 | 39.59 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 175 | 11 | 0 | 0.18 | 0.95 | 0.16 | 48.71 | 0.9 | 0.44 |
| Hex | D5 | AF | B | 0 | 12 | 5F | 10 | 31 | 5A | 2C |
| Octal | 325 | 257 | 13 | 0 | 22 | 137 | 20 | 61 | 132 | 54 |
| Binary | 11010101 | 10101111 | 1011 | 0 | 10010 | 1011111 | 10000 | 110001 | 1011010 | 101100 |
Color Harmonies of #D5AF0B
Complementary color
Monochromatic Colors of #D5AF0B
Black with #D5AF0B
Text Example
Text Example
White with #D5AF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AF0B; }
p { color: rgb(213,175,11); }
H1.HeaderClassName
{
color: #D5AF0B;
}
.AnyTagClassName
{
color: #D5AF0B;
}
</style>
background-color css
<style>
a { background-color: #D5AF0B; }
a { background-color: rgb(213,175,11); }
div.DivClassName
{
background-color: #D5AF0B;
}
.BgClassName
{
background-color: #D5AF0B;
}
</style>
border-color css
<style>
span { border-color: #D5AF0B; }
span { border-color: rgb(213,175,11); }
td.TdClassName
{
border-color: #D5AF0B;
}
.TagClassName
{
border-color: #D5AF0B;
}
</style>