Shades of Sunflower #D7B81F
Tints of Sunflower #D7B81F
RGB
CMYK
RGB Variations
Color information
#D7B81F (or 0xD7B81F) is known color: Sunflower. HEX triplet: D7, B8 and 1F. RGB value is (215,184,31). Sum of RGB (Red+Green+Blue) = 215+184+31=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 184 (72.27% from 255 or 42.79% from 430); Blue value is 31 (12.5% from 255 or 7.21% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B81F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B81F is #2847E0. Grayscale: #B0B0B0. Windows color (decimal): -2639841 or 2078935. OLE color: 2078935.
HSL color Cylindrical-coordinate representation of color #D7B81F: hue angle of 49.89º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D7B81F is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 184 | 31 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.16 |
| HSL | 49.89º | 0.75% | 0.48% | - |
| HSV(B) | 49.89º | 0.86% | 0.84% | - |
| XYZ | 45.41 | 48.83 | 8.33 | - |
| YUV | 175.83 | 46.27 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 184 | 31 | 0 | 0.14 | 0.86 | 0.16 | 49.89 | 0.75 | 0.48 |
| Hex | D7 | B8 | 1F | 0 | E | 56 | 10 | 32 | 4B | 30 |
| Octal | 327 | 270 | 37 | 0 | 16 | 126 | 20 | 62 | 113 | 60 |
| Binary | 11010111 | 10111000 | 11111 | 0 | 1110 | 1010110 | 10000 | 110010 | 1001011 | 110000 |
Color Harmonies of #D7B81F
Complementary color
Monochromatic Colors of #D7B81F
Black with #D7B81F
Text Example
Text Example
White with #D7B81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B81F; }
p { color: rgb(215,184,31); }
H1.HeaderClassName
{
color: #D7B81F;
}
.AnyTagClassName
{
color: #D7B81F;
}
</style>
background-color css
<style>
a { background-color: #D7B81F; }
a { background-color: rgb(215,184,31); }
div.DivClassName
{
background-color: #D7B81F;
}
.BgClassName
{
background-color: #D7B81F;
}
</style>
border-color css
<style>
span { border-color: #D7B81F; }
span { border-color: rgb(215,184,31); }
td.TdClassName
{
border-color: #D7B81F;
}
.TagClassName
{
border-color: #D7B81F;
}
</style>