Shades of Confetti #DCC545
Tints of Confetti #DCC545
RGB
CMYK
RGB Variations
Color information
#DCC545 (or 0xDCC545) is known color: Confetti. HEX triplet: DC, C5 and 45. RGB value is (220,197,69). Sum of RGB (Red+Green+Blue) = 220+197+69=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 69 (27.34% from 255 or 14.20% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC545 is #233ABA. Grayscale: #BDBDBD. Windows color (decimal): -2308795 or 4572636. OLE color: 4572636.
HSL color Cylindrical-coordinate representation of color #DCC545: hue angle of 50.86º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCC545 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 69 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.14 |
| HSL | 50.86º | 0.68% | 0.57% | - |
| HSV(B) | 50.86º | 0.69% | 0.86% | - |
| XYZ | 50.56 | 55.58 | 13.69 | - |
| YUV | 189.29 | 60.12 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 69 | 0 | 0.10 | 0.69 | 0.14 | 50.86 | 0.68 | 0.57 |
| Hex | DC | C5 | 45 | 0 | A | 45 | E | 33 | 44 | 39 |
| Octal | 334 | 305 | 105 | 0 | 12 | 105 | 16 | 63 | 104 | 71 |
| Binary | 11011100 | 11000101 | 1000101 | 0 | 1010 | 1000101 | 1110 | 110011 | 1000100 | 111001 |
Color Harmonies of #DCC545
Complementary color
Monochromatic Colors of #DCC545
Black with #DCC545
Text Example
Text Example
White with #DCC545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC545; }
p { color: rgb(220,197,69); }
H1.HeaderClassName
{
color: #DCC545;
}
.AnyTagClassName
{
color: #DCC545;
}
</style>
background-color css
<style>
a { background-color: #DCC545; }
a { background-color: rgb(220,197,69); }
div.DivClassName
{
background-color: #DCC545;
}
.BgClassName
{
background-color: #DCC545;
}
</style>
border-color css
<style>
span { border-color: #DCC545; }
span { border-color: rgb(220,197,69); }
td.TdClassName
{
border-color: #DCC545;
}
.TagClassName
{
border-color: #DCC545;
}
</style>