Shades of Sunflower #D2B81D
Tints of Sunflower #D2B81D
RGB
CMYK
RGB Variations
Color information
#D2B81D (or 0xD2B81D) is known color: Sunflower. HEX triplet: D2, B8 and 1D. RGB value is (210,184,29). Sum of RGB (Red+Green+Blue) = 210+184+29=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 184 (72.27% from 255 or 43.50% from 423); Blue value is 29 (11.72% from 255 or 6.86% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B81D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B81D is #2D47E2. Grayscale: #AEAEAE. Windows color (decimal): -2967523 or 1947858. OLE color: 1947858.
HSL color Cylindrical-coordinate representation of color #D2B81D: hue angle of 51.38º degrees, saturation: 0.76, 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 #D2B81D is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 184 | 29 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.18 |
| HSL | 51.38º | 0.76% | 0.47% | - |
| HSV(B) | 51.38º | 0.86% | 0.82% | - |
| XYZ | 43.94 | 48.07 | 8.13 | - |
| YUV | 174.1 | 46.11 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 184 | 29 | 0 | 0.12 | 0.86 | 0.18 | 51.38 | 0.76 | 0.47 |
| Hex | D2 | B8 | 1D | 0 | C | 56 | 12 | 33 | 4C | 2F |
| Octal | 322 | 270 | 35 | 0 | 14 | 126 | 22 | 63 | 114 | 57 |
| Binary | 11010010 | 10111000 | 11101 | 0 | 1100 | 1010110 | 10010 | 110011 | 1001100 | 101111 |
Color Harmonies of #D2B81D
Complementary color
Monochromatic Colors of #D2B81D
Black with #D2B81D
Text Example
Text Example
White with #D2B81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B81D; }
p { color: rgb(210,184,29); }
H1.HeaderClassName
{
color: #D2B81D;
}
.AnyTagClassName
{
color: #D2B81D;
}
</style>
background-color css
<style>
a { background-color: #D2B81D; }
a { background-color: rgb(210,184,29); }
div.DivClassName
{
background-color: #D2B81D;
}
.BgClassName
{
background-color: #D2B81D;
}
</style>
border-color css
<style>
span { border-color: #D2B81D; }
span { border-color: rgb(210,184,29); }
td.TdClassName
{
border-color: #D2B81D;
}
.TagClassName
{
border-color: #D2B81D;
}
</style>