Shades of Sunflower #DCC100
Tints of Sunflower #DCC100
RGB
CMYK
RGB Variations
Color information
#DCC100 (or 0xDCC100) is known color: Sunflower. HEX triplet: DC, C1 and 00. RGB value is (220,193,0). Sum of RGB (Red+Green+Blue) = 220+193+0=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 193 (75.78% from 255 or 46.73% from 413); Blue value is 0 (0.39% from 255 or 0% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC100 is #233EFF. Grayscale: #B3B3B3. Windows color (decimal): -2309888 or 49628. OLE color: 49628.
HSL color Cylindrical-coordinate representation of color #DCC100: hue angle of 52.64º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCC100 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.14 |
| HSL | 52.64º | 1% | 0.43% | - |
| HSV(B) | 52.64º | 1% | 0.86% | - |
| XYZ | 48.59 | 53.36 | 7.74 | - |
| YUV | 179.07 | 26.95 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 0 | 0 | 0.12 | 1 | 0.14 | 52.64 | 1 | 0.43 |
| Hex | DC | C1 | 0 | 0 | C | 64 | E | 35 | 64 | 2B |
| Octal | 334 | 301 | 0 | 0 | 14 | 144 | 16 | 65 | 144 | 53 |
| Binary | 11011100 | 11000001 | 0 | 0 | 1100 | 1100100 | 1110 | 110101 | 1100100 | 101011 |
Color Harmonies of #DCC100
Complementary color
Monochromatic Colors of #DCC100
Black with #DCC100
Text Example
Text Example
White with #DCC100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC100; }
p { color: rgb(220,193,0); }
H1.HeaderClassName
{
color: #DCC100;
}
.AnyTagClassName
{
color: #DCC100;
}
</style>
background-color css
<style>
a { background-color: #DCC100; }
a { background-color: rgb(220,193,0); }
div.DivClassName
{
background-color: #DCC100;
}
.BgClassName
{
background-color: #DCC100;
}
</style>
border-color css
<style>
span { border-color: #DCC100; }
span { border-color: rgb(220,193,0); }
td.TdClassName
{
border-color: #DCC100;
}
.TagClassName
{
border-color: #DCC100;
}
</style>