Shades of Confetti #DCC351
Tints of Confetti #DCC351
RGB
CMYK
RGB Variations
Color information
#DCC351 (or 0xDCC351) is known color: Confetti. HEX triplet: DC, C3 and 51. RGB value is (220,195,81). Sum of RGB (Red+Green+Blue) = 220+195+81=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 195 (76.56% from 255 or 39.31% from 496); Blue value is 81 (32.03% from 255 or 16.33% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC351 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC351 is #233CAE. Grayscale: #BDBDBD. Windows color (decimal): -2309295 or 5358556. OLE color: 5358556.
HSL color Cylindrical-coordinate representation of color #DCC351: hue angle of 49.21º 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 #DCC351 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 81 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.14 |
| HSL | 49.21º | 0.67% | 0.59% | - |
| HSV(B) | 49.21º | 0.63% | 0.86% | - |
| XYZ | 50.52 | 54.84 | 15.71 | - |
| YUV | 189.48 | 66.78 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 81 | 0 | 0.11 | 0.63 | 0.14 | 49.21 | 0.67 | 0.59 |
| Hex | DC | C3 | 51 | 0 | B | 3F | E | 31 | 43 | 3B |
| Octal | 334 | 303 | 121 | 0 | 13 | 77 | 16 | 61 | 103 | 73 |
| Binary | 11011100 | 11000011 | 1010001 | 0 | 1011 | 111111 | 1110 | 110001 | 1000011 | 111011 |
Color Harmonies of #DCC351
Complementary color
Monochromatic Colors of #DCC351
Black with #DCC351
Text Example
Text Example
White with #DCC351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC351; }
p { color: rgb(220,195,81); }
H1.HeaderClassName
{
color: #DCC351;
}
.AnyTagClassName
{
color: #DCC351;
}
</style>
background-color css
<style>
a { background-color: #DCC351; }
a { background-color: rgb(220,195,81); }
div.DivClassName
{
background-color: #DCC351;
}
.BgClassName
{
background-color: #DCC351;
}
</style>
border-color css
<style>
span { border-color: #DCC351; }
span { border-color: rgb(220,195,81); }
td.TdClassName
{
border-color: #DCC351;
}
.TagClassName
{
border-color: #DCC351;
}
</style>