Shades of Sunflower #DCC108
Tints of Sunflower #DCC108
RGB
CMYK
RGB Variations
Color information
#DCC108 (or 0xDCC108) is known color: Sunflower. HEX triplet: DC, C1 and 08. RGB value is (220,193,8). Sum of RGB (Red+Green+Blue) = 220+193+8=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 193 (75.78% from 255 or 45.84% from 421); Blue value is 8 (3.52% from 255 or 1.90% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC108 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC108 is #233EF7. Grayscale: #B4B4B4. Windows color (decimal): -2309880 or 573916. OLE color: 573916.
HSL color Cylindrical-coordinate representation of color #DCC108: hue angle of 52.36º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DCC108 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 8 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.14 |
| HSL | 52.36º | 0.93% | 0.45% | - |
| HSV(B) | 52.36º | 0.96% | 0.86% | - |
| XYZ | 48.63 | 53.37 | 7.97 | - |
| YUV | 179.98 | 30.95 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 8 | 0 | 0.12 | 0.96 | 0.14 | 52.36 | 0.93 | 0.45 |
| Hex | DC | C1 | 8 | 0 | C | 60 | E | 34 | 5D | 2D |
| Octal | 334 | 301 | 10 | 0 | 14 | 140 | 16 | 64 | 135 | 55 |
| Binary | 11011100 | 11000001 | 1000 | 0 | 1100 | 1100000 | 1110 | 110100 | 1011101 | 101101 |
Color Harmonies of #DCC108
Complementary color
Monochromatic Colors of #DCC108
Black with #DCC108
Text Example
Text Example
White with #DCC108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC108; }
p { color: rgb(220,193,8); }
H1.HeaderClassName
{
color: #DCC108;
}
.AnyTagClassName
{
color: #DCC108;
}
</style>
background-color css
<style>
a { background-color: #DCC108; }
a { background-color: rgb(220,193,8); }
div.DivClassName
{
background-color: #DCC108;
}
.BgClassName
{
background-color: #DCC108;
}
</style>
border-color css
<style>
span { border-color: #DCC108; }
span { border-color: rgb(220,193,8); }
td.TdClassName
{
border-color: #DCC108;
}
.TagClassName
{
border-color: #DCC108;
}
</style>