Shades of Sunflower #DCC003
Tints of Sunflower #DCC003
RGB
CMYK
RGB Variations
Color information
#DCC003 (or 0xDCC003) is known color: Sunflower. HEX triplet: DC, C0 and 03. RGB value is (220,192,3). Sum of RGB (Red+Green+Blue) = 220+192+3=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 3 (1.56% from 255 or 0.72% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC003 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC003 is #233FFC. Grayscale: #B3B3B3. Windows color (decimal): -2310141 or 245980. OLE color: 245980.
HSL color Cylindrical-coordinate representation of color #DCC003: hue angle of 52.26º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DCC003 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 3 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.14 |
| HSL | 52.26º | 0.97% | 0.44% | - |
| HSV(B) | 52.26º | 0.99% | 0.86% | - |
| XYZ | 48.38 | 52.92 | 7.75 | - |
| YUV | 178.83 | 28.78 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 3 | 0 | 0.13 | 0.99 | 0.14 | 52.26 | 0.97 | 0.44 |
| Hex | DC | C0 | 3 | 0 | D | 63 | E | 34 | 61 | 2C |
| Octal | 334 | 300 | 3 | 0 | 15 | 143 | 16 | 64 | 141 | 54 |
| Binary | 11011100 | 11000000 | 11 | 0 | 1101 | 1100011 | 1110 | 110100 | 1100001 | 101100 |
Color Harmonies of #DCC003
Complementary color
Monochromatic Colors of #DCC003
Black with #DCC003
Text Example
Text Example
White with #DCC003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC003; }
p { color: rgb(220,192,3); }
H1.HeaderClassName
{
color: #DCC003;
}
.AnyTagClassName
{
color: #DCC003;
}
</style>
background-color css
<style>
a { background-color: #DCC003; }
a { background-color: rgb(220,192,3); }
div.DivClassName
{
background-color: #DCC003;
}
.BgClassName
{
background-color: #DCC003;
}
</style>
border-color css
<style>
span { border-color: #DCC003; }
span { border-color: rgb(220,192,3); }
td.TdClassName
{
border-color: #DCC003;
}
.TagClassName
{
border-color: #DCC003;
}
</style>