Shades of Sunflower #DBC321
Tints of Sunflower #DBC321
RGB
CMYK
RGB Variations
Color information
#DBC321 (or 0xDBC321) is known color: Sunflower. HEX triplet: DB, C3 and 21. RGB value is (219,195,33). Sum of RGB (Red+Green+Blue) = 219+195+33=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 195 (76.56% from 255 or 43.62% from 447); Blue value is 33 (13.28% from 255 or 7.38% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC321 is #243CDE. Grayscale: #B8B8B8. Windows color (decimal): -2374879 or 2212827. OLE color: 2212827.
HSL color Cylindrical-coordinate representation of color #DBC321: hue angle of 52.26º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBC321 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 195 | 33 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.14 |
| HSL | 52.26º | 0.74% | 0.49% | - |
| HSV(B) | 52.26º | 0.85% | 0.86% | - |
| XYZ | 49 | 54.2 | 9.32 | - |
| YUV | 183.71 | 42.95 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 195 | 33 | 0 | 0.11 | 0.85 | 0.14 | 52.26 | 0.74 | 0.49 |
| Hex | DB | C3 | 21 | 0 | B | 55 | E | 34 | 4A | 31 |
| Octal | 333 | 303 | 41 | 0 | 13 | 125 | 16 | 64 | 112 | 61 |
| Binary | 11011011 | 11000011 | 100001 | 0 | 1011 | 1010101 | 1110 | 110100 | 1001010 | 110001 |
Color Harmonies of #DBC321
Complementary color
Monochromatic Colors of #DBC321
Black with #DBC321
Text Example
Text Example
White with #DBC321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC321; }
p { color: rgb(219,195,33); }
H1.HeaderClassName
{
color: #DBC321;
}
.AnyTagClassName
{
color: #DBC321;
}
</style>
background-color css
<style>
a { background-color: #DBC321; }
a { background-color: rgb(219,195,33); }
div.DivClassName
{
background-color: #DBC321;
}
.BgClassName
{
background-color: #DBC321;
}
</style>
border-color css
<style>
span { border-color: #DBC321; }
span { border-color: rgb(219,195,33); }
td.TdClassName
{
border-color: #DBC321;
}
.TagClassName
{
border-color: #DBC321;
}
</style>