Shades of Sunflower #D2B71D
Tints of Sunflower #D2B71D
RGB
CMYK
RGB Variations
Color information
#D2B71D (or 0xD2B71D) is known color: Sunflower. HEX triplet: D2, B7 and 1D. RGB value is (210,183,29). Sum of RGB (Red+Green+Blue) = 210+183+29=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 183 (71.88% from 255 or 43.36% from 422); Blue value is 29 (11.72% from 255 or 6.87% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B71D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B71D is #2D48E2. Grayscale: #AEAEAE. Windows color (decimal): -2967779 or 1947602. OLE color: 1947602.
HSL color Cylindrical-coordinate representation of color #D2B71D: hue angle of 51.05º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D2B71D is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 183 | 29 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.18 |
| HSL | 51.05º | 0.76% | 0.47% | - |
| HSV(B) | 51.05º | 0.86% | 0.82% | - |
| XYZ | 43.73 | 47.66 | 8.06 | - |
| YUV | 173.52 | 46.45 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 183 | 29 | 0 | 0.13 | 0.86 | 0.18 | 51.05 | 0.76 | 0.47 |
| Hex | D2 | B7 | 1D | 0 | D | 56 | 12 | 33 | 4C | 2F |
| Octal | 322 | 267 | 35 | 0 | 15 | 126 | 22 | 63 | 114 | 57 |
| Binary | 11010010 | 10110111 | 11101 | 0 | 1101 | 1010110 | 10010 | 110011 | 1001100 | 101111 |
Color Harmonies of #D2B71D
Complementary color
Monochromatic Colors of #D2B71D
Black with #D2B71D
Text Example
Text Example
White with #D2B71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B71D; }
p { color: rgb(210,183,29); }
H1.HeaderClassName
{
color: #D2B71D;
}
.AnyTagClassName
{
color: #D2B71D;
}
</style>
background-color css
<style>
a { background-color: #D2B71D; }
a { background-color: rgb(210,183,29); }
div.DivClassName
{
background-color: #D2B71D;
}
.BgClassName
{
background-color: #D2B71D;
}
</style>
border-color css
<style>
span { border-color: #D2B71D; }
span { border-color: rgb(210,183,29); }
td.TdClassName
{
border-color: #D2B71D;
}
.TagClassName
{
border-color: #D2B71D;
}
</style>