Shades of Sunflower #D5BE19
Tints of Sunflower #D5BE19
RGB
CMYK
RGB Variations
Color information
#D5BE19 (or 0xD5BE19) is known color: Sunflower. HEX triplet: D5, BE and 19. RGB value is (213,190,25). Sum of RGB (Red+Green+Blue) = 213+190+25=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 190 (74.61% from 255 or 44.39% from 428); Blue value is 25 (10.16% from 255 or 5.84% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5BE19 is #2A41E6. Grayscale: #B2B2B2. Windows color (decimal): -2769383 or 1687253. OLE color: 1687253.
HSL color Cylindrical-coordinate representation of color #D5BE19: hue angle of 52.66º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D5BE19 is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 190 | 25 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.16 |
| HSL | 52.66º | 0.79% | 0.47% | - |
| HSV(B) | 52.66º | 0.88% | 0.84% | - |
| XYZ | 46.03 | 51.04 | 8.35 | - |
| YUV | 178.07 | 41.62 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 25 | 0 | 0.11 | 0.88 | 0.16 | 52.66 | 0.79 | 0.47 |
| Hex | D5 | BE | 19 | 0 | B | 58 | 10 | 35 | 4F | 2F |
| Octal | 325 | 276 | 31 | 0 | 13 | 130 | 20 | 65 | 117 | 57 |
| Binary | 11010101 | 10111110 | 11001 | 0 | 1011 | 1011000 | 10000 | 110101 | 1001111 | 101111 |
Color Harmonies of #D5BE19
Complementary color
Monochromatic Colors of #D5BE19
Black with #D5BE19
Text Example
Text Example
White with #D5BE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BE19; }
p { color: rgb(213,190,25); }
H1.HeaderClassName
{
color: #D5BE19;
}
.AnyTagClassName
{
color: #D5BE19;
}
</style>
background-color css
<style>
a { background-color: #D5BE19; }
a { background-color: rgb(213,190,25); }
div.DivClassName
{
background-color: #D5BE19;
}
.BgClassName
{
background-color: #D5BE19;
}
</style>
border-color css
<style>
span { border-color: #D5BE19; }
span { border-color: rgb(213,190,25); }
td.TdClassName
{
border-color: #D5BE19;
}
.TagClassName
{
border-color: #D5BE19;
}
</style>