Shades of Confetti #DCC948
Tints of Confetti #DCC948
RGB
CMYK
RGB Variations
Color information
#DCC948 (or 0xDCC948) is known color: Confetti. HEX triplet: DC, C9 and 48. RGB value is (220,201,72). Sum of RGB (Red+Green+Blue) = 220+201+72=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 201 (78.91% from 255 or 40.77% from 493); Blue value is 72 (28.52% from 255 or 14.60% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC948 is #2336B7. Grayscale: #C0C0C0. Windows color (decimal): -2307768 or 4770268. OLE color: 4770268.
HSL color Cylindrical-coordinate representation of color #DCC948: hue angle of 52.3º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DCC948 is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 72 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.14 |
| HSL | 52.3º | 0.68% | 0.57% | - |
| HSV(B) | 52.3º | 0.67% | 0.86% | - |
| XYZ | 51.57 | 57.46 | 14.5 | - |
| YUV | 191.98 | 60.29 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 72 | 0 | 0.09 | 0.67 | 0.14 | 52.3 | 0.68 | 0.57 |
| Hex | DC | C9 | 48 | 0 | 9 | 43 | E | 34 | 44 | 39 |
| Octal | 334 | 311 | 110 | 0 | 11 | 103 | 16 | 64 | 104 | 71 |
| Binary | 11011100 | 11001001 | 1001000 | 0 | 1001 | 1000011 | 1110 | 110100 | 1000100 | 111001 |
Color Harmonies of #DCC948
Complementary color
Monochromatic Colors of #DCC948
Black with #DCC948
Text Example
Text Example
White with #DCC948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC948; }
p { color: rgb(220,201,72); }
H1.HeaderClassName
{
color: #DCC948;
}
.AnyTagClassName
{
color: #DCC948;
}
</style>
background-color css
<style>
a { background-color: #DCC948; }
a { background-color: rgb(220,201,72); }
div.DivClassName
{
background-color: #DCC948;
}
.BgClassName
{
background-color: #DCC948;
}
</style>
border-color css
<style>
span { border-color: #DCC948; }
span { border-color: rgb(220,201,72); }
td.TdClassName
{
border-color: #DCC948;
}
.TagClassName
{
border-color: #DCC948;
}
</style>