Shades of Sunflower #D7BD1C
Tints of Sunflower #D7BD1C
RGB
CMYK
RGB Variations
Color information
#D7BD1C (or 0xD7BD1C) is known color: Sunflower. HEX triplet: D7, BD and 1C. RGB value is (215,189,28). Sum of RGB (Red+Green+Blue) = 215+189+28=432 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.77% from 432); Green value is 189 (74.22% from 255 or 43.75% from 432); Blue value is 28 (11.33% from 255 or 6.48% from 432); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BD1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7BD1C is #2842E3. Grayscale: #B3B3B3. Windows color (decimal): -2638564 or 1883607. OLE color: 1883607.
HSL color Cylindrical-coordinate representation of color #D7BD1C: hue angle of 51.66º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7BD1C is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 189 | 28 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.16 |
| HSL | 51.66º | 0.77% | 0.48% | - |
| HSV(B) | 51.66º | 0.87% | 0.84% | - |
| XYZ | 46.43 | 50.93 | 8.48 | - |
| YUV | 178.42 | 43.11 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 189 | 28 | 0 | 0.12 | 0.87 | 0.16 | 51.66 | 0.77 | 0.48 |
| Hex | D7 | BD | 1C | 0 | C | 57 | 10 | 34 | 4D | 30 |
| Octal | 327 | 275 | 34 | 0 | 14 | 127 | 20 | 64 | 115 | 60 |
| Binary | 11010111 | 10111101 | 11100 | 0 | 1100 | 1010111 | 10000 | 110100 | 1001101 | 110000 |
Color Harmonies of #D7BD1C
Complementary color
Monochromatic Colors of #D7BD1C
Black with #D7BD1C
Text Example
Text Example
White with #D7BD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BD1C; }
p { color: rgb(215,189,28); }
H1.HeaderClassName
{
color: #D7BD1C;
}
.AnyTagClassName
{
color: #D7BD1C;
}
</style>
background-color css
<style>
a { background-color: #D7BD1C; }
a { background-color: rgb(215,189,28); }
div.DivClassName
{
background-color: #D7BD1C;
}
.BgClassName
{
background-color: #D7BD1C;
}
</style>
border-color css
<style>
span { border-color: #D7BD1C; }
span { border-color: rgb(215,189,28); }
td.TdClassName
{
border-color: #D7BD1C;
}
.TagClassName
{
border-color: #D7BD1C;
}
</style>