Shades of Sunflower #D2B71C
Tints of Sunflower #D2B71C
RGB
CMYK
RGB Variations
Color information
#D2B71C (or 0xD2B71C) is known color: Sunflower. HEX triplet: D2, B7 and 1C. RGB value is (210,183,28). Sum of RGB (Red+Green+Blue) = 210+183+28=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 183 (71.88% from 255 or 43.47% from 421); Blue value is 28 (11.33% from 255 or 6.65% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B71C is #2D48E3. Grayscale: #AEAEAE. Windows color (decimal): -2967780 or 1882066. OLE color: 1882066.
HSL color Cylindrical-coordinate representation of color #D2B71C: hue angle of 51.1º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D2B71C is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 183 | 28 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.18 |
| HSL | 51.1º | 0.76% | 0.47% | - |
| HSV(B) | 51.1º | 0.87% | 0.82% | - |
| XYZ | 43.72 | 47.65 | 7.99 | - |
| YUV | 173.4 | 45.95 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 183 | 28 | 0 | 0.13 | 0.87 | 0.18 | 51.1 | 0.76 | 0.47 |
| Hex | D2 | B7 | 1C | 0 | D | 57 | 12 | 33 | 4C | 2F |
| Octal | 322 | 267 | 34 | 0 | 15 | 127 | 22 | 63 | 114 | 57 |
| Binary | 11010010 | 10110111 | 11100 | 0 | 1101 | 1010111 | 10010 | 110011 | 1001100 | 101111 |
Color Harmonies of #D2B71C
Complementary color
Monochromatic Colors of #D2B71C
Black with #D2B71C
Text Example
Text Example
White with #D2B71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B71C; }
p { color: rgb(210,183,28); }
H1.HeaderClassName
{
color: #D2B71C;
}
.AnyTagClassName
{
color: #D2B71C;
}
</style>
background-color css
<style>
a { background-color: #D2B71C; }
a { background-color: rgb(210,183,28); }
div.DivClassName
{
background-color: #D2B71C;
}
.BgClassName
{
background-color: #D2B71C;
}
</style>
border-color css
<style>
span { border-color: #D2B71C; }
span { border-color: rgb(210,183,28); }
td.TdClassName
{
border-color: #D2B71C;
}
.TagClassName
{
border-color: #D2B71C;
}
</style>