Shades of Sunflower #DCC207
Tints of Sunflower #DCC207
RGB
CMYK
RGB Variations
Color information
#DCC207 (or 0xDCC207) is known color: Sunflower. HEX triplet: DC, C2 and 07. RGB value is (220,194,7). Sum of RGB (Red+Green+Blue) = 220+194+7=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 194 (76.17% from 255 or 46.08% from 421); Blue value is 7 (3.12% from 255 or 1.66% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC207 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC207 is #233DF8. Grayscale: #B5B5B5. Windows color (decimal): -2309625 or 508636. OLE color: 508636.
HSL color Cylindrical-coordinate representation of color #DCC207: hue angle of 52.68º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DCC207 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 7 | - |
| CMYK | 0 | 0.12 | 0.97 | 0.14 |
| HSL | 52.68º | 0.94% | 0.45% | - |
| HSV(B) | 52.68º | 0.97% | 0.86% | - |
| XYZ | 48.85 | 53.81 | 8.01 | - |
| YUV | 180.46 | 30.11 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 7 | 0 | 0.12 | 0.97 | 0.14 | 52.68 | 0.94 | 0.45 |
| Hex | DC | C2 | 7 | 0 | C | 61 | E | 35 | 5E | 2D |
| Octal | 334 | 302 | 7 | 0 | 14 | 141 | 16 | 65 | 136 | 55 |
| Binary | 11011100 | 11000010 | 111 | 0 | 1100 | 1100001 | 1110 | 110101 | 1011110 | 101101 |
Color Harmonies of #DCC207
Complementary color
Monochromatic Colors of #DCC207
Black with #DCC207
Text Example
Text Example
White with #DCC207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC207; }
p { color: rgb(220,194,7); }
H1.HeaderClassName
{
color: #DCC207;
}
.AnyTagClassName
{
color: #DCC207;
}
</style>
background-color css
<style>
a { background-color: #DCC207; }
a { background-color: rgb(220,194,7); }
div.DivClassName
{
background-color: #DCC207;
}
.BgClassName
{
background-color: #DCC207;
}
</style>
border-color css
<style>
span { border-color: #DCC207; }
span { border-color: rgb(220,194,7); }
td.TdClassName
{
border-color: #DCC207;
}
.TagClassName
{
border-color: #DCC207;
}
</style>