Shades of Sunflower #DCC302
Tints of Sunflower #DCC302
RGB
CMYK
RGB Variations
Color information
#DCC302 (or 0xDCC302) is known color: Sunflower. HEX triplet: DC, C3 and 02. RGB value is (220,195,2). Sum of RGB (Red+Green+Blue) = 220+195+2=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 195 (76.56% from 255 or 46.76% from 417); Blue value is 2 (1.17% from 255 or 0.48% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC302 is #233CFD. Grayscale: #B5B5B5. Windows color (decimal): -2309374 or 181212. OLE color: 181212.
HSL color Cylindrical-coordinate representation of color #DCC302: hue angle of 53.12º degrees, saturation: 0.98, 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 #DCC302 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 2 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.14 |
| HSL | 53.12º | 0.98% | 0.44% | - |
| HSV(B) | 53.12º | 0.99% | 0.86% | - |
| XYZ | 49.04 | 54.25 | 7.94 | - |
| YUV | 180.47 | 27.28 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 2 | 0 | 0.11 | 0.99 | 0.14 | 53.12 | 0.98 | 0.44 |
| Hex | DC | C3 | 2 | 0 | B | 63 | E | 35 | 62 | 2C |
| Octal | 334 | 303 | 2 | 0 | 13 | 143 | 16 | 65 | 142 | 54 |
| Binary | 11011100 | 11000011 | 10 | 0 | 1011 | 1100011 | 1110 | 110101 | 1100010 | 101100 |
Color Harmonies of #DCC302
Complementary color
Monochromatic Colors of #DCC302
Black with #DCC302
Text Example
Text Example
White with #DCC302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC302; }
p { color: rgb(220,195,2); }
H1.HeaderClassName
{
color: #DCC302;
}
.AnyTagClassName
{
color: #DCC302;
}
</style>
background-color css
<style>
a { background-color: #DCC302; }
a { background-color: rgb(220,195,2); }
div.DivClassName
{
background-color: #DCC302;
}
.BgClassName
{
background-color: #DCC302;
}
</style>
border-color css
<style>
span { border-color: #DCC302; }
span { border-color: rgb(220,195,2); }
td.TdClassName
{
border-color: #DCC302;
}
.TagClassName
{
border-color: #DCC302;
}
</style>