Shades of Sunflower #DCC403
Tints of Sunflower #DCC403
RGB
CMYK
RGB Variations
Color information
#DCC403 (or 0xDCC403) is known color: Sunflower. HEX triplet: DC, C4 and 03. RGB value is (220,196,3). Sum of RGB (Red+Green+Blue) = 220+196+3=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 196 (76.95% from 255 or 46.78% from 419); Blue value is 3 (1.56% from 255 or 0.72% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC403 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC403 is #233BFC. Grayscale: #B5B5B5. Windows color (decimal): -2309117 or 247004. OLE color: 247004.
HSL color Cylindrical-coordinate representation of color #DCC403: hue angle of 53.36º 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 #DCC403 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 196 | 3 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.14 |
| HSL | 53.36º | 0.97% | 0.44% | - |
| HSV(B) | 53.36º | 0.99% | 0.86% | - |
| XYZ | 49.27 | 54.7 | 8.05 | - |
| YUV | 181.17 | 27.45 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 196 | 3 | 0 | 0.11 | 0.99 | 0.14 | 53.36 | 0.97 | 0.44 |
| Hex | DC | C4 | 3 | 0 | B | 63 | E | 35 | 61 | 2C |
| Octal | 334 | 304 | 3 | 0 | 13 | 143 | 16 | 65 | 141 | 54 |
| Binary | 11011100 | 11000100 | 11 | 0 | 1011 | 1100011 | 1110 | 110101 | 1100001 | 101100 |
Color Harmonies of #DCC403
Complementary color
Monochromatic Colors of #DCC403
Black with #DCC403
Text Example
Text Example
White with #DCC403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC403; }
p { color: rgb(220,196,3); }
H1.HeaderClassName
{
color: #DCC403;
}
.AnyTagClassName
{
color: #DCC403;
}
</style>
background-color css
<style>
a { background-color: #DCC403; }
a { background-color: rgb(220,196,3); }
div.DivClassName
{
background-color: #DCC403;
}
.BgClassName
{
background-color: #DCC403;
}
</style>
border-color css
<style>
span { border-color: #DCC403; }
span { border-color: rgb(220,196,3); }
td.TdClassName
{
border-color: #DCC403;
}
.TagClassName
{
border-color: #DCC403;
}
</style>