Shades of Sunflower #D3B319
Tints of Sunflower #D3B319
RGB
CMYK
RGB Variations
Color information
#D3B319 (or 0xD3B319) is known color: Sunflower. HEX triplet: D3, B3 and 19. RGB value is (211,179,25). Sum of RGB (Red+Green+Blue) = 211+179+25=415 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.84% from 415); Green value is 179 (70.31% from 255 or 43.13% from 415); Blue value is 25 (10.16% from 255 or 6.02% from 415); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3B319 is #2C4CE6. Grayscale: #ABABAB. Windows color (decimal): -2903271 or 1684435. OLE color: 1684435.
HSL color Cylindrical-coordinate representation of color #D3B319: hue angle of 49.68º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D3B319 is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 179 | 25 | - |
| CMYK | 0 | 0.15 | 0.88 | 0.17 |
| HSL | 49.68º | 0.79% | 0.46% | - |
| HSV(B) | 49.68º | 0.88% | 0.83% | - |
| XYZ | 43.16 | 46.16 | 7.55 | - |
| YUV | 171.01 | 45.6 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 179 | 25 | 0 | 0.15 | 0.88 | 0.17 | 49.68 | 0.79 | 0.46 |
| Hex | D3 | B3 | 19 | 0 | F | 58 | 11 | 32 | 4F | 2E |
| Octal | 323 | 263 | 31 | 0 | 17 | 130 | 21 | 62 | 117 | 56 |
| Binary | 11010011 | 10110011 | 11001 | 0 | 1111 | 1011000 | 10001 | 110010 | 1001111 | 101110 |
Color Harmonies of #D3B319
Complementary color
Monochromatic Colors of #D3B319
Black with #D3B319
Text Example
Text Example
White with #D3B319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B319; }
p { color: rgb(211,179,25); }
H1.HeaderClassName
{
color: #D3B319;
}
.AnyTagClassName
{
color: #D3B319;
}
</style>
background-color css
<style>
a { background-color: #D3B319; }
a { background-color: rgb(211,179,25); }
div.DivClassName
{
background-color: #D3B319;
}
.BgClassName
{
background-color: #D3B319;
}
</style>
border-color css
<style>
span { border-color: #D3B319; }
span { border-color: rgb(211,179,25); }
td.TdClassName
{
border-color: #D3B319;
}
.TagClassName
{
border-color: #D3B319;
}
</style>