Shades of Sunflower #DCB101
Tints of Sunflower #DCB101
RGB
CMYK
RGB Variations
Color information
#DCB101 (or 0xDCB101) is known color: Sunflower. HEX triplet: DC, B1 and 01. RGB value is (220,177,1). Sum of RGB (Red+Green+Blue) = 220+177+1=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 177 (69.53% from 255 or 44.47% from 398); Blue value is 1 (0.78% from 255 or 0.25% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB101 is #234EFE. Grayscale: #AAAAAA. Windows color (decimal): -2313983 or 111068. OLE color: 111068.
HSL color Cylindrical-coordinate representation of color #DCB101: hue angle of 48.22º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCB101 is Cyan = 0, Magento = 0.20, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 1 | - |
| CMYK | 0 | 0.20 | 1.00 | 0.14 |
| HSL | 48.22º | 0.99% | 0.43% | - |
| HSV(B) | 48.22º | 1% | 0.86% | - |
| XYZ | 45.24 | 46.66 | 6.65 | - |
| YUV | 169.79 | 32.75 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 1 | 0 | 0.20 | 1.00 | 0.14 | 48.22 | 0.99 | 0.43 |
| Hex | DC | B1 | 1 | 0 | 14 | 64 | E | 30 | 63 | 2B |
| Octal | 334 | 261 | 1 | 0 | 24 | 144 | 16 | 60 | 143 | 53 |
| Binary | 11011100 | 10110001 | 1 | 0 | 10100 | 1100100 | 1110 | 110000 | 1100011 | 101011 |
Color Harmonies of #DCB101
Complementary color
Monochromatic Colors of #DCB101
Black with #DCB101
Text Example
Text Example
White with #DCB101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB101; }
p { color: rgb(220,177,1); }
H1.HeaderClassName
{
color: #DCB101;
}
.AnyTagClassName
{
color: #DCB101;
}
</style>
background-color css
<style>
a { background-color: #DCB101; }
a { background-color: rgb(220,177,1); }
div.DivClassName
{
background-color: #DCB101;
}
.BgClassName
{
background-color: #DCB101;
}
</style>
border-color css
<style>
span { border-color: #DCB101; }
span { border-color: rgb(220,177,1); }
td.TdClassName
{
border-color: #DCB101;
}
.TagClassName
{
border-color: #DCB101;
}
</style>