Shades of Sunflower #D2B41A
Tints of Sunflower #D2B41A
RGB
CMYK
RGB Variations
Color information
#D2B41A (or 0xD2B41A) is known color: Sunflower. HEX triplet: D2, B4 and 1A. RGB value is (210,180,26). Sum of RGB (Red+Green+Blue) = 210+180+26=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 180 (70.70% from 255 or 43.27% from 416); Blue value is 26 (10.55% from 255 or 6.25% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B41A is #2D4BE5. Grayscale: #ACACAC. Windows color (decimal): -2968550 or 1750226. OLE color: 1750226.
HSL color Cylindrical-coordinate representation of color #D2B41A: hue angle of 50.22º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D2B41A is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 180 | 26 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.18 |
| HSL | 50.22º | 0.78% | 0.46% | - |
| HSV(B) | 50.22º | 0.88% | 0.82% | - |
| XYZ | 43.09 | 46.42 | 7.67 | - |
| YUV | 171.41 | 45.94 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 180 | 26 | 0 | 0.14 | 0.88 | 0.18 | 50.22 | 0.78 | 0.46 |
| Hex | D2 | B4 | 1A | 0 | E | 58 | 12 | 32 | 4E | 2E |
| Octal | 322 | 264 | 32 | 0 | 16 | 130 | 22 | 62 | 116 | 56 |
| Binary | 11010010 | 10110100 | 11010 | 0 | 1110 | 1011000 | 10010 | 110010 | 1001110 | 101110 |
Color Harmonies of #D2B41A
Complementary color
Monochromatic Colors of #D2B41A
Black with #D2B41A
Text Example
Text Example
White with #D2B41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B41A; }
p { color: rgb(210,180,26); }
H1.HeaderClassName
{
color: #D2B41A;
}
.AnyTagClassName
{
color: #D2B41A;
}
</style>
background-color css
<style>
a { background-color: #D2B41A; }
a { background-color: rgb(210,180,26); }
div.DivClassName
{
background-color: #D2B41A;
}
.BgClassName
{
background-color: #D2B41A;
}
</style>
border-color css
<style>
span { border-color: #D2B41A; }
span { border-color: rgb(210,180,26); }
td.TdClassName
{
border-color: #D2B41A;
}
.TagClassName
{
border-color: #D2B41A;
}
</style>