Shades of Sunflower #DCC91B
Tints of Sunflower #DCC91B
RGB
CMYK
RGB Variations
Color information
#DCC91B (or 0xDCC91B) is known color: Sunflower. HEX triplet: DC, C9 and 1B. RGB value is (220,201,27). Sum of RGB (Red+Green+Blue) = 220+201+27=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 27 (10.94% from 255 or 6.03% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC91B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC91B is #2336E4. Grayscale: #BBBBBB. Windows color (decimal): -2307813 or 1821148. OLE color: 1821148.
HSL color Cylindrical-coordinate representation of color #DCC91B: hue angle of 54.09º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DCC91B is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 27 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.14 |
| HSL | 54.09º | 0.78% | 0.48% | - |
| HSV(B) | 54.09º | 0.88% | 0.86% | - |
| XYZ | 50.6 | 57.07 | 9.39 | - |
| YUV | 186.85 | 37.79 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 27 | 0 | 0.09 | 0.88 | 0.14 | 54.09 | 0.78 | 0.48 |
| Hex | DC | C9 | 1B | 0 | 9 | 58 | E | 36 | 4E | 30 |
| Octal | 334 | 311 | 33 | 0 | 11 | 130 | 16 | 66 | 116 | 60 |
| Binary | 11011100 | 11001001 | 11011 | 0 | 1001 | 1011000 | 1110 | 110110 | 1001110 | 110000 |
Color Harmonies of #DCC91B
Complementary color
Monochromatic Colors of #DCC91B
Black with #DCC91B
Text Example
Text Example
White with #DCC91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC91B; }
p { color: rgb(220,201,27); }
H1.HeaderClassName
{
color: #DCC91B;
}
.AnyTagClassName
{
color: #DCC91B;
}
</style>
background-color css
<style>
a { background-color: #DCC91B; }
a { background-color: rgb(220,201,27); }
div.DivClassName
{
background-color: #DCC91B;
}
.BgClassName
{
background-color: #DCC91B;
}
</style>
border-color css
<style>
span { border-color: #DCC91B; }
span { border-color: rgb(220,201,27); }
td.TdClassName
{
border-color: #DCC91B;
}
.TagClassName
{
border-color: #DCC91B;
}
</style>