Shades of Sunflower #D5B41D
Tints of Sunflower #D5B41D
RGB
CMYK
RGB Variations
Color information
#D5B41D (or 0xD5B41D) is known color: Sunflower. HEX triplet: D5, B4 and 1D. RGB value is (213,180,29). Sum of RGB (Red+Green+Blue) = 213+180+29=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 29 (11.72% from 255 or 6.87% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B41D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5B41D is #2A4BE2. Grayscale: #ADADAD. Windows color (decimal): -2771939 or 1946837. OLE color: 1946837.
HSL color Cylindrical-coordinate representation of color #D5B41D: hue angle of 49.24º 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 #D5B41D is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 180 | 29 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.16 |
| HSL | 49.24º | 0.76% | 0.47% | - |
| HSV(B) | 49.24º | 0.86% | 0.84% | - |
| XYZ | 43.98 | 46.88 | 7.89 | - |
| YUV | 172.65 | 46.93 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 180 | 29 | 0 | 0.15 | 0.86 | 0.16 | 49.24 | 0.76 | 0.47 |
| Hex | D5 | B4 | 1D | 0 | F | 56 | 10 | 31 | 4C | 2F |
| Octal | 325 | 264 | 35 | 0 | 17 | 126 | 20 | 61 | 114 | 57 |
| Binary | 11010101 | 10110100 | 11101 | 0 | 1111 | 1010110 | 10000 | 110001 | 1001100 | 101111 |
Color Harmonies of #D5B41D
Complementary color
Monochromatic Colors of #D5B41D
Black with #D5B41D
Text Example
Text Example
White with #D5B41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B41D; }
p { color: rgb(213,180,29); }
H1.HeaderClassName
{
color: #D5B41D;
}
.AnyTagClassName
{
color: #D5B41D;
}
</style>
background-color css
<style>
a { background-color: #D5B41D; }
a { background-color: rgb(213,180,29); }
div.DivClassName
{
background-color: #D5B41D;
}
.BgClassName
{
background-color: #D5B41D;
}
</style>
border-color css
<style>
span { border-color: #D5B41D; }
span { border-color: rgb(213,180,29); }
td.TdClassName
{
border-color: #D5B41D;
}
.TagClassName
{
border-color: #D5B41D;
}
</style>