Shades of Sunflower #DCC01B
Tints of Sunflower #DCC01B
RGB
CMYK
RGB Variations
Color information
#DCC01B (or 0xDCC01B) is known color: Sunflower. HEX triplet: DC, C0 and 1B. RGB value is (220,192,27). Sum of RGB (Red+Green+Blue) = 220+192+27=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 27 (10.94% from 255 or 6.15% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC01B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC01B is #233FE4. Grayscale: #B6B6B6. Windows color (decimal): -2310117 or 1818844. OLE color: 1818844.
HSL color Cylindrical-coordinate representation of color #DCC01B: hue angle of 51.3º 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 #DCC01B is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 27 | - |
| CMYK | 0 | 0.13 | 0.88 | 0.14 |
| HSL | 51.3º | 0.78% | 0.48% | - |
| HSV(B) | 51.3º | 0.88% | 0.86% | - |
| XYZ | 48.56 | 52.99 | 8.71 | - |
| YUV | 181.56 | 40.78 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 27 | 0 | 0.13 | 0.88 | 0.14 | 51.3 | 0.78 | 0.48 |
| Hex | DC | C0 | 1B | 0 | D | 58 | E | 33 | 4E | 30 |
| Octal | 334 | 300 | 33 | 0 | 15 | 130 | 16 | 63 | 116 | 60 |
| Binary | 11011100 | 11000000 | 11011 | 0 | 1101 | 1011000 | 1110 | 110011 | 1001110 | 110000 |
Color Harmonies of #DCC01B
Complementary color
Monochromatic Colors of #DCC01B
Black with #DCC01B
Text Example
Text Example
White with #DCC01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC01B; }
p { color: rgb(220,192,27); }
H1.HeaderClassName
{
color: #DCC01B;
}
.AnyTagClassName
{
color: #DCC01B;
}
</style>
background-color css
<style>
a { background-color: #DCC01B; }
a { background-color: rgb(220,192,27); }
div.DivClassName
{
background-color: #DCC01B;
}
.BgClassName
{
background-color: #DCC01B;
}
</style>
border-color css
<style>
span { border-color: #DCC01B; }
span { border-color: rgb(220,192,27); }
td.TdClassName
{
border-color: #DCC01B;
}
.TagClassName
{
border-color: #DCC01B;
}
</style>