Shades of Confetti #DCC951
Tints of Confetti #DCC951
RGB
CMYK
RGB Variations
Color information
#DCC951 (or 0xDCC951) is known color: Confetti. HEX triplet: DC, C9 and 51. RGB value is (220,201,81). Sum of RGB (Red+Green+Blue) = 220+201+81=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 201 (78.91% from 255 or 40.04% from 502); Blue value is 81 (32.03% from 255 or 16.14% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC951 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC951 is #2336AE. Grayscale: #C1C1C1. Windows color (decimal): -2307759 or 5360092. OLE color: 5360092.
HSL color Cylindrical-coordinate representation of color #DCC951: hue angle of 51.8º 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 #DCC951 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 81 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.14 |
| HSL | 51.8º | 0.67% | 0.59% | - |
| HSV(B) | 51.8º | 0.63% | 0.86% | - |
| XYZ | 51.89 | 57.58 | 16.16 | - |
| YUV | 193 | 64.79 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 81 | 0 | 0.09 | 0.63 | 0.14 | 51.8 | 0.67 | 0.59 |
| Hex | DC | C9 | 51 | 0 | 9 | 3F | E | 34 | 43 | 3B |
| Octal | 334 | 311 | 121 | 0 | 11 | 77 | 16 | 64 | 103 | 73 |
| Binary | 11011100 | 11001001 | 1010001 | 0 | 1001 | 111111 | 1110 | 110100 | 1000011 | 111011 |
Color Harmonies of #DCC951
Complementary color
Monochromatic Colors of #DCC951
Black with #DCC951
Text Example
Text Example
White with #DCC951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC951; }
p { color: rgb(220,201,81); }
H1.HeaderClassName
{
color: #DCC951;
}
.AnyTagClassName
{
color: #DCC951;
}
</style>
background-color css
<style>
a { background-color: #DCC951; }
a { background-color: rgb(220,201,81); }
div.DivClassName
{
background-color: #DCC951;
}
.BgClassName
{
background-color: #DCC951;
}
</style>
border-color css
<style>
span { border-color: #DCC951; }
span { border-color: rgb(220,201,81); }
td.TdClassName
{
border-color: #DCC951;
}
.TagClassName
{
border-color: #DCC951;
}
</style>