Shades of Confetti #DCC251
Tints of Confetti #DCC251
RGB
CMYK
RGB Variations
Color information
#DCC251 (or 0xDCC251) is known color: Confetti. HEX triplet: DC, C2 and 51. RGB value is (220,194,81). Sum of RGB (Red+Green+Blue) = 220+194+81=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 81 (32.03% from 255 or 16.36% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC251 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC251 is #233DAE. Grayscale: #BDBDBD. Windows color (decimal): -2309551 or 5358300. OLE color: 5358300.
HSL color Cylindrical-coordinate representation of color #DCC251: hue angle of 48.78º 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 #DCC251 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 81 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.14 |
| HSL | 48.78º | 0.67% | 0.59% | - |
| HSV(B) | 48.78º | 0.63% | 0.86% | - |
| XYZ | 50.29 | 54.39 | 15.63 | - |
| YUV | 188.89 | 67.11 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 81 | 0 | 0.12 | 0.63 | 0.14 | 48.78 | 0.67 | 0.59 |
| Hex | DC | C2 | 51 | 0 | C | 3F | E | 31 | 43 | 3B |
| Octal | 334 | 302 | 121 | 0 | 14 | 77 | 16 | 61 | 103 | 73 |
| Binary | 11011100 | 11000010 | 1010001 | 0 | 1100 | 111111 | 1110 | 110001 | 1000011 | 111011 |
Color Harmonies of #DCC251
Complementary color
Monochromatic Colors of #DCC251
Black with #DCC251
Text Example
Text Example
White with #DCC251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC251; }
p { color: rgb(220,194,81); }
H1.HeaderClassName
{
color: #DCC251;
}
.AnyTagClassName
{
color: #DCC251;
}
</style>
background-color css
<style>
a { background-color: #DCC251; }
a { background-color: rgb(220,194,81); }
div.DivClassName
{
background-color: #DCC251;
}
.BgClassName
{
background-color: #DCC251;
}
</style>
border-color css
<style>
span { border-color: #DCC251; }
span { border-color: rgb(220,194,81); }
td.TdClassName
{
border-color: #DCC251;
}
.TagClassName
{
border-color: #DCC251;
}
</style>