Shades of Confetti #DCC151
Tints of Confetti #DCC151
RGB
CMYK
RGB Variations
Color information
#DCC151 (or 0xDCC151) is known color: Confetti. HEX triplet: DC, C1 and 51. RGB value is (220,193,81). Sum of RGB (Red+Green+Blue) = 220+193+81=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 193 (75.78% from 255 or 39.07% from 494); Blue value is 81 (32.03% from 255 or 16.40% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC151 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC151 is #233EAE. Grayscale: #BCBCBC. Windows color (decimal): -2309807 or 5358044. OLE color: 5358044.
HSL color Cylindrical-coordinate representation of color #DCC151: hue angle of 48.35º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCC151 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 81 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.14 |
| HSL | 48.35º | 0.67% | 0.59% | - |
| HSV(B) | 48.35º | 0.63% | 0.86% | - |
| XYZ | 50.07 | 53.95 | 15.56 | - |
| YUV | 188.31 | 67.45 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 81 | 0 | 0.12 | 0.63 | 0.14 | 48.35 | 0.67 | 0.59 |
| Hex | DC | C1 | 51 | 0 | C | 3F | E | 30 | 43 | 3B |
| Octal | 334 | 301 | 121 | 0 | 14 | 77 | 16 | 60 | 103 | 73 |
| Binary | 11011100 | 11000001 | 1010001 | 0 | 1100 | 111111 | 1110 | 110000 | 1000011 | 111011 |
Color Harmonies of #DCC151
Complementary color
Monochromatic Colors of #DCC151
Black with #DCC151
Text Example
Text Example
White with #DCC151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC151; }
p { color: rgb(220,193,81); }
H1.HeaderClassName
{
color: #DCC151;
}
.AnyTagClassName
{
color: #DCC151;
}
</style>
background-color css
<style>
a { background-color: #DCC151; }
a { background-color: rgb(220,193,81); }
div.DivClassName
{
background-color: #DCC151;
}
.BgClassName
{
background-color: #DCC151;
}
</style>
border-color css
<style>
span { border-color: #DCC151; }
span { border-color: rgb(220,193,81); }
td.TdClassName
{
border-color: #DCC151;
}
.TagClassName
{
border-color: #DCC151;
}
</style>