Shades of Sunflower #DCC203
Tints of Sunflower #DCC203
RGB
CMYK
RGB Variations
Color information
#DCC203 (or 0xDCC203) is known color: Sunflower. HEX triplet: DC, C2 and 03. RGB value is (220,194,3). Sum of RGB (Red+Green+Blue) = 220+194+3=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 194 (76.17% from 255 or 46.52% from 417); Blue value is 3 (1.56% from 255 or 0.72% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC203 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC203 is #233DFC. Grayscale: #B4B4B4. Windows color (decimal): -2309629 or 246492. OLE color: 246492.
HSL color Cylindrical-coordinate representation of color #DCC203: hue angle of 52.81º 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 #DCC203 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 3 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.14 |
| HSL | 52.81º | 0.97% | 0.44% | - |
| HSV(B) | 52.81º | 0.99% | 0.86% | - |
| XYZ | 48.82 | 53.81 | 7.9 | - |
| YUV | 180 | 28.11 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 3 | 0 | 0.12 | 0.99 | 0.14 | 52.81 | 0.97 | 0.44 |
| Hex | DC | C2 | 3 | 0 | C | 63 | E | 35 | 61 | 2C |
| Octal | 334 | 302 | 3 | 0 | 14 | 143 | 16 | 65 | 141 | 54 |
| Binary | 11011100 | 11000010 | 11 | 0 | 1100 | 1100011 | 1110 | 110101 | 1100001 | 101100 |
Color Harmonies of #DCC203
Complementary color
Monochromatic Colors of #DCC203
Black with #DCC203
Text Example
Text Example
White with #DCC203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC203; }
p { color: rgb(220,194,3); }
H1.HeaderClassName
{
color: #DCC203;
}
.AnyTagClassName
{
color: #DCC203;
}
</style>
background-color css
<style>
a { background-color: #DCC203; }
a { background-color: rgb(220,194,3); }
div.DivClassName
{
background-color: #DCC203;
}
.BgClassName
{
background-color: #DCC203;
}
</style>
border-color css
<style>
span { border-color: #DCC203; }
span { border-color: rgb(220,194,3); }
td.TdClassName
{
border-color: #DCC203;
}
.TagClassName
{
border-color: #DCC203;
}
</style>