Shades of Sunflower #DCC307
Tints of Sunflower #DCC307
RGB
CMYK
RGB Variations
Color information
#DCC307 (or 0xDCC307) is known color: Sunflower. HEX triplet: DC, C3 and 07. RGB value is (220,195,7). Sum of RGB (Red+Green+Blue) = 220+195+7=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 195 (76.56% from 255 or 46.21% from 422); Blue value is 7 (3.12% from 255 or 1.66% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC307 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC307 is #233CF8. Grayscale: #B5B5B5. Windows color (decimal): -2309369 or 508892. OLE color: 508892.
HSL color Cylindrical-coordinate representation of color #DCC307: hue angle of 52.96º 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 #DCC307 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 7 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.14 |
| HSL | 52.96º | 0.94% | 0.45% | - |
| HSV(B) | 52.96º | 0.97% | 0.86% | - |
| XYZ | 49.07 | 54.26 | 8.09 | - |
| YUV | 181.04 | 29.78 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 7 | 0 | 0.11 | 0.97 | 0.14 | 52.96 | 0.94 | 0.45 |
| Hex | DC | C3 | 7 | 0 | B | 61 | E | 35 | 5E | 2D |
| Octal | 334 | 303 | 7 | 0 | 13 | 141 | 16 | 65 | 136 | 55 |
| Binary | 11011100 | 11000011 | 111 | 0 | 1011 | 1100001 | 1110 | 110101 | 1011110 | 101101 |
Color Harmonies of #DCC307
Complementary color
Monochromatic Colors of #DCC307
Black with #DCC307
Text Example
Text Example
White with #DCC307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC307; }
p { color: rgb(220,195,7); }
H1.HeaderClassName
{
color: #DCC307;
}
.AnyTagClassName
{
color: #DCC307;
}
</style>
background-color css
<style>
a { background-color: #DCC307; }
a { background-color: rgb(220,195,7); }
div.DivClassName
{
background-color: #DCC307;
}
.BgClassName
{
background-color: #DCC307;
}
</style>
border-color css
<style>
span { border-color: #DCC307; }
span { border-color: rgb(220,195,7); }
td.TdClassName
{
border-color: #DCC307;
}
.TagClassName
{
border-color: #DCC307;
}
</style>