Shades of Sunflower #DCC319
Tints of Sunflower #DCC319
RGB
CMYK
RGB Variations
Color information
#DCC319 (or 0xDCC319) is known color: Sunflower. HEX triplet: DC, C3 and 19. RGB value is (220,195,25). Sum of RGB (Red+Green+Blue) = 220+195+25=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 195 (76.56% from 255 or 44.32% from 440); Blue value is 25 (10.16% from 255 or 5.68% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC319 is #233CE6. Grayscale: #B7B7B7. Windows color (decimal): -2309351 or 1688540. OLE color: 1688540.
HSL color Cylindrical-coordinate representation of color #DCC319: hue angle of 52.31º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DCC319 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 25 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.14 |
| HSL | 52.31º | 0.8% | 0.48% | - |
| HSV(B) | 52.31º | 0.89% | 0.86% | - |
| XYZ | 49.21 | 54.32 | 8.81 | - |
| YUV | 183.1 | 38.78 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 25 | 0 | 0.11 | 0.89 | 0.14 | 52.31 | 0.8 | 0.48 |
| Hex | DC | C3 | 19 | 0 | B | 59 | E | 34 | 50 | 30 |
| Octal | 334 | 303 | 31 | 0 | 13 | 131 | 16 | 64 | 120 | 60 |
| Binary | 11011100 | 11000011 | 11001 | 0 | 1011 | 1011001 | 1110 | 110100 | 1010000 | 110000 |
Color Harmonies of #DCC319
Complementary color
Monochromatic Colors of #DCC319
Black with #DCC319
Text Example
Text Example
White with #DCC319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC319; }
p { color: rgb(220,195,25); }
H1.HeaderClassName
{
color: #DCC319;
}
.AnyTagClassName
{
color: #DCC319;
}
</style>
background-color css
<style>
a { background-color: #DCC319; }
a { background-color: rgb(220,195,25); }
div.DivClassName
{
background-color: #DCC319;
}
.BgClassName
{
background-color: #DCC319;
}
</style>
border-color css
<style>
span { border-color: #DCC319; }
span { border-color: rgb(220,195,25); }
td.TdClassName
{
border-color: #DCC319;
}
.TagClassName
{
border-color: #DCC319;
}
</style>