Shades of Sunflower #D5BF1F
Tints of Sunflower #D5BF1F
RGB
CMYK
RGB Variations
Color information
#D5BF1F (or 0xD5BF1F) is known color: Sunflower. HEX triplet: D5, BF and 1F. RGB value is (213,191,31). Sum of RGB (Red+Green+Blue) = 213+191+31=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 31 (12.5% from 255 or 7.13% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BF1F is #2A40E0. Grayscale: #B4B4B4. Windows color (decimal): -2769121 or 2080725. OLE color: 2080725.
HSL color Cylindrical-coordinate representation of color #D5BF1F: hue angle of 52.75º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5BF1F is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 191 | 31 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.16 |
| HSL | 52.75º | 0.75% | 0.48% | - |
| HSV(B) | 52.75º | 0.85% | 0.84% | - |
| XYZ | 46.32 | 51.51 | 8.8 | - |
| YUV | 179.34 | 44.29 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 191 | 31 | 0 | 0.10 | 0.85 | 0.16 | 52.75 | 0.75 | 0.48 |
| Hex | D5 | BF | 1F | 0 | A | 55 | 10 | 35 | 4B | 30 |
| Octal | 325 | 277 | 37 | 0 | 12 | 125 | 20 | 65 | 113 | 60 |
| Binary | 11010101 | 10111111 | 11111 | 0 | 1010 | 1010101 | 10000 | 110101 | 1001011 | 110000 |
Color Harmonies of #D5BF1F
Complementary color
Monochromatic Colors of #D5BF1F
Black with #D5BF1F
Text Example
Text Example
White with #D5BF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BF1F; }
p { color: rgb(213,191,31); }
H1.HeaderClassName
{
color: #D5BF1F;
}
.AnyTagClassName
{
color: #D5BF1F;
}
</style>
background-color css
<style>
a { background-color: #D5BF1F; }
a { background-color: rgb(213,191,31); }
div.DivClassName
{
background-color: #D5BF1F;
}
.BgClassName
{
background-color: #D5BF1F;
}
</style>
border-color css
<style>
span { border-color: #D5BF1F; }
span { border-color: rgb(213,191,31); }
td.TdClassName
{
border-color: #D5BF1F;
}
.TagClassName
{
border-color: #D5BF1F;
}
</style>