Shades of Sunflower #DCC22A
Tints of Sunflower #DCC22A
RGB
CMYK
RGB Variations
Color information
#DCC22A (or 0xDCC22A) is known color: Sunflower. HEX triplet: DC, C2 and 2A. RGB value is (220,194,42). Sum of RGB (Red+Green+Blue) = 220+194+42=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 42 (16.80% from 255 or 9.21% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC22A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC22A is #233DD5. Grayscale: #B9B9B9. Windows color (decimal): -2309590 or 2802396. OLE color: 2802396.
HSL color Cylindrical-coordinate representation of color #DCC22A: hue angle of 51.24º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCC22A is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 42 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.14 |
| HSL | 51.24º | 0.72% | 0.51% | - |
| HSV(B) | 51.24º | 0.81% | 0.86% | - |
| XYZ | 49.22 | 53.97 | 10.01 | - |
| YUV | 184.45 | 47.61 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 42 | 0 | 0.12 | 0.81 | 0.14 | 51.24 | 0.72 | 0.51 |
| Hex | DC | C2 | 2A | 0 | C | 51 | E | 33 | 48 | 33 |
| Octal | 334 | 302 | 52 | 0 | 14 | 121 | 16 | 63 | 110 | 63 |
| Binary | 11011100 | 11000010 | 101010 | 0 | 1100 | 1010001 | 1110 | 110011 | 1001000 | 110011 |
Color Harmonies of #DCC22A
Complementary color
Monochromatic Colors of #DCC22A
Black with #DCC22A
Text Example
Text Example
White with #DCC22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC22A; }
p { color: rgb(220,194,42); }
H1.HeaderClassName
{
color: #DCC22A;
}
.AnyTagClassName
{
color: #DCC22A;
}
</style>
background-color css
<style>
a { background-color: #DCC22A; }
a { background-color: rgb(220,194,42); }
div.DivClassName
{
background-color: #DCC22A;
}
.BgClassName
{
background-color: #DCC22A;
}
</style>
border-color css
<style>
span { border-color: #DCC22A; }
span { border-color: rgb(220,194,42); }
td.TdClassName
{
border-color: #DCC22A;
}
.TagClassName
{
border-color: #DCC22A;
}
</style>