Shades of Sunflower #D5B71D
Tints of Sunflower #D5B71D
RGB
CMYK
RGB Variations
Color information
#D5B71D (or 0xD5B71D) is known color: Sunflower. HEX triplet: D5, B7 and 1D. RGB value is (213,183,29). Sum of RGB (Red+Green+Blue) = 213+183+29=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 183 (71.88% from 255 or 43.06% from 425); Blue value is 29 (11.72% from 255 or 6.82% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B71D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5B71D is #2A48E2. Grayscale: #AFAFAF. Windows color (decimal): -2771171 or 1947605. OLE color: 1947605.
HSL color Cylindrical-coordinate representation of color #D5B71D: hue angle of 50.22º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5B71D is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 183 | 29 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.16 |
| HSL | 50.22º | 0.76% | 0.47% | - |
| HSV(B) | 50.22º | 0.86% | 0.84% | - |
| XYZ | 44.6 | 48.1 | 8.1 | - |
| YUV | 174.41 | 45.94 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 183 | 29 | 0 | 0.14 | 0.86 | 0.16 | 50.22 | 0.76 | 0.47 |
| Hex | D5 | B7 | 1D | 0 | E | 56 | 10 | 32 | 4C | 2F |
| Octal | 325 | 267 | 35 | 0 | 16 | 126 | 20 | 62 | 114 | 57 |
| Binary | 11010101 | 10110111 | 11101 | 0 | 1110 | 1010110 | 10000 | 110010 | 1001100 | 101111 |
Color Harmonies of #D5B71D
Complementary color
Monochromatic Colors of #D5B71D
Black with #D5B71D
Text Example
Text Example
White with #D5B71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B71D; }
p { color: rgb(213,183,29); }
H1.HeaderClassName
{
color: #D5B71D;
}
.AnyTagClassName
{
color: #D5B71D;
}
</style>
background-color css
<style>
a { background-color: #D5B71D; }
a { background-color: rgb(213,183,29); }
div.DivClassName
{
background-color: #D5B71D;
}
.BgClassName
{
background-color: #D5B71D;
}
</style>
border-color css
<style>
span { border-color: #D5B71D; }
span { border-color: rgb(213,183,29); }
td.TdClassName
{
border-color: #D5B71D;
}
.TagClassName
{
border-color: #D5B71D;
}
</style>