Shades of Sunflower #DCC90B
Tints of Sunflower #DCC90B
RGB
CMYK
RGB Variations
Color information
#DCC90B (or 0xDCC90B) is known color: Sunflower. HEX triplet: DC, C9 and 0B. RGB value is (220,201,11). Sum of RGB (Red+Green+Blue) = 220+201+11=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 201 (78.91% from 255 or 46.53% from 432); Blue value is 11 (4.69% from 255 or 2.55% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC90B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC90B is #2336F4. Grayscale: #B9B9B9. Windows color (decimal): -2307829 or 772572. OLE color: 772572.
HSL color Cylindrical-coordinate representation of color #DCC90B: hue angle of 54.55º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCC90B is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 11 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.14 |
| HSL | 54.55º | 0.9% | 0.45% | - |
| HSV(B) | 54.55º | 0.95% | 0.86% | - |
| XYZ | 50.46 | 57.01 | 8.66 | - |
| YUV | 185.02 | 29.79 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 11 | 0 | 0.09 | 0.95 | 0.14 | 54.55 | 0.9 | 0.45 |
| Hex | DC | C9 | B | 0 | 9 | 5F | E | 37 | 5A | 2D |
| Octal | 334 | 311 | 13 | 0 | 11 | 137 | 16 | 67 | 132 | 55 |
| Binary | 11011100 | 11001001 | 1011 | 0 | 1001 | 1011111 | 1110 | 110111 | 1011010 | 101101 |
Color Harmonies of #DCC90B
Complementary color
Monochromatic Colors of #DCC90B
Black with #DCC90B
Text Example
Text Example
White with #DCC90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC90B; }
p { color: rgb(220,201,11); }
H1.HeaderClassName
{
color: #DCC90B;
}
.AnyTagClassName
{
color: #DCC90B;
}
</style>
background-color css
<style>
a { background-color: #DCC90B; }
a { background-color: rgb(220,201,11); }
div.DivClassName
{
background-color: #DCC90B;
}
.BgClassName
{
background-color: #DCC90B;
}
</style>
border-color css
<style>
span { border-color: #DCC90B; }
span { border-color: rgb(220,201,11); }
td.TdClassName
{
border-color: #DCC90B;
}
.TagClassName
{
border-color: #DCC90B;
}
</style>