Shades of Confetti #DCC940
Tints of Confetti #DCC940
RGB
CMYK
RGB Variations
Color information
#DCC940 (or 0xDCC940) is known color: Confetti. HEX triplet: DC, C9 and 40. RGB value is (220,201,64). Sum of RGB (Red+Green+Blue) = 220+201+64=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 64 (25.39% from 255 or 13.20% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC940 is #2336BF. Grayscale: #BFBFBF. Windows color (decimal): -2307776 or 4245980. OLE color: 4245980.
HSL color Cylindrical-coordinate representation of color #DCC940: hue angle of 52.69º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCC940 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 64 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.14 |
| HSL | 52.69º | 0.69% | 0.56% | - |
| HSV(B) | 52.69º | 0.71% | 0.86% | - |
| XYZ | 51.33 | 57.36 | 13.22 | - |
| YUV | 191.06 | 56.29 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 64 | 0 | 0.09 | 0.71 | 0.14 | 52.69 | 0.69 | 0.56 |
| Hex | DC | C9 | 40 | 0 | 9 | 47 | E | 35 | 45 | 38 |
| Octal | 334 | 311 | 100 | 0 | 11 | 107 | 16 | 65 | 105 | 70 |
| Binary | 11011100 | 11001001 | 1000000 | 0 | 1001 | 1000111 | 1110 | 110101 | 1000101 | 111000 |
Color Harmonies of #DCC940
Complementary color
Monochromatic Colors of #DCC940
Black with #DCC940
Text Example
Text Example
White with #DCC940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC940; }
p { color: rgb(220,201,64); }
H1.HeaderClassName
{
color: #DCC940;
}
.AnyTagClassName
{
color: #DCC940;
}
</style>
background-color css
<style>
a { background-color: #DCC940; }
a { background-color: rgb(220,201,64); }
div.DivClassName
{
background-color: #DCC940;
}
.BgClassName
{
background-color: #DCC940;
}
</style>
border-color css
<style>
span { border-color: #DCC940; }
span { border-color: rgb(220,201,64); }
td.TdClassName
{
border-color: #DCC940;
}
.TagClassName
{
border-color: #DCC940;
}
</style>