Shades of Sunflower #D7AF02
Tints of Sunflower #D7AF02
RGB
CMYK
RGB Variations
Color information
#D7AF02 (or 0xD7AF02) is known color: Sunflower. HEX triplet: D7, AF and 02. RGB value is (215,175,2). Sum of RGB (Red+Green+Blue) = 215+175+2=392 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.85% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 2 (1.17% from 255 or 0.51% from 392); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7AF02 is #2850FD. Grayscale: #A7A7A7. Windows color (decimal): -2642174 or 176087. OLE color: 176087.
HSL color Cylindrical-coordinate representation of color #D7AF02: hue angle of 48.73º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D7AF02 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 175 | 2 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.16 |
| HSL | 48.73º | 0.98% | 0.43% | - |
| HSV(B) | 48.73º | 0.99% | 0.84% | - |
| XYZ | 43.37 | 45.11 | 6.48 | - |
| YUV | 167.24 | 34.75 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 175 | 2 | 0 | 0.19 | 0.99 | 0.16 | 48.73 | 0.98 | 0.43 |
| Hex | D7 | AF | 2 | 0 | 13 | 63 | 10 | 31 | 62 | 2B |
| Octal | 327 | 257 | 2 | 0 | 23 | 143 | 20 | 61 | 142 | 53 |
| Binary | 11010111 | 10101111 | 10 | 0 | 10011 | 1100011 | 10000 | 110001 | 1100010 | 101011 |
Color Harmonies of #D7AF02
Complementary color
Monochromatic Colors of #D7AF02
Black with #D7AF02
Text Example
Text Example
White with #D7AF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AF02; }
p { color: rgb(215,175,2); }
H1.HeaderClassName
{
color: #D7AF02;
}
.AnyTagClassName
{
color: #D7AF02;
}
</style>
background-color css
<style>
a { background-color: #D7AF02; }
a { background-color: rgb(215,175,2); }
div.DivClassName
{
background-color: #D7AF02;
}
.BgClassName
{
background-color: #D7AF02;
}
</style>
border-color css
<style>
span { border-color: #D7AF02; }
span { border-color: rgb(215,175,2); }
td.TdClassName
{
border-color: #D7AF02;
}
.TagClassName
{
border-color: #D7AF02;
}
</style>