Shades of Sunflower #D2B31E
Tints of Sunflower #D2B31E
RGB
CMYK
RGB Variations
Color information
#D2B31E (or 0xD2B31E) is known color: Sunflower. HEX triplet: D2, B3 and 1E. RGB value is (210,179,30). Sum of RGB (Red+Green+Blue) = 210+179+30=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 30 (12.11% from 255 or 7.16% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B31E is #2D4CE1. Grayscale: #ABABAB. Windows color (decimal): -2968802 or 2012114. OLE color: 2012114.
HSL color Cylindrical-coordinate representation of color #D2B31E: hue angle of 49.67º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D2B31E is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 179 | 30 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.18 |
| HSL | 49.67º | 0.75% | 0.47% | - |
| HSV(B) | 49.67º | 0.86% | 0.82% | - |
| XYZ | 42.93 | 46.04 | 7.85 | - |
| YUV | 171.28 | 48.27 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 179 | 30 | 0 | 0.15 | 0.86 | 0.18 | 49.67 | 0.75 | 0.47 |
| Hex | D2 | B3 | 1E | 0 | F | 56 | 12 | 32 | 4B | 2F |
| Octal | 322 | 263 | 36 | 0 | 17 | 126 | 22 | 62 | 113 | 57 |
| Binary | 11010010 | 10110011 | 11110 | 0 | 1111 | 1010110 | 10010 | 110010 | 1001011 | 101111 |
Color Harmonies of #D2B31E
Complementary color
Monochromatic Colors of #D2B31E
Black with #D2B31E
Text Example
Text Example
White with #D2B31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B31E; }
p { color: rgb(210,179,30); }
H1.HeaderClassName
{
color: #D2B31E;
}
.AnyTagClassName
{
color: #D2B31E;
}
</style>
background-color css
<style>
a { background-color: #D2B31E; }
a { background-color: rgb(210,179,30); }
div.DivClassName
{
background-color: #D2B31E;
}
.BgClassName
{
background-color: #D2B31E;
}
</style>
border-color css
<style>
span { border-color: #D2B31E; }
span { border-color: rgb(210,179,30); }
td.TdClassName
{
border-color: #D2B31E;
}
.TagClassName
{
border-color: #D2B31E;
}
</style>