Shades of Confetti #DCC543
Tints of Confetti #DCC543
RGB
CMYK
RGB Variations
Color information
#DCC543 (or 0xDCC543) is known color: Confetti. HEX triplet: DC, C5 and 43. RGB value is (220,197,67). Sum of RGB (Red+Green+Blue) = 220+197+67=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 67 (26.56% from 255 or 13.84% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC543 is #233ABC. Grayscale: #BDBDBD. Windows color (decimal): -2308797 or 4441564. OLE color: 4441564.
HSL color Cylindrical-coordinate representation of color #DCC543: hue angle of 50.98º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCC543 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 67 | - |
| CMYK | 0 | 0.10 | 0.70 | 0.14 |
| HSL | 50.98º | 0.69% | 0.56% | - |
| HSV(B) | 50.98º | 0.7% | 0.86% | - |
| XYZ | 50.49 | 55.55 | 13.37 | - |
| YUV | 189.06 | 59.12 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 67 | 0 | 0.10 | 0.70 | 0.14 | 50.98 | 0.69 | 0.56 |
| Hex | DC | C5 | 43 | 0 | A | 46 | E | 33 | 45 | 38 |
| Octal | 334 | 305 | 103 | 0 | 12 | 106 | 16 | 63 | 105 | 70 |
| Binary | 11011100 | 11000101 | 1000011 | 0 | 1010 | 1000110 | 1110 | 110011 | 1000101 | 111000 |
Color Harmonies of #DCC543
Complementary color
Monochromatic Colors of #DCC543
Black with #DCC543
Text Example
Text Example
White with #DCC543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC543; }
p { color: rgb(220,197,67); }
H1.HeaderClassName
{
color: #DCC543;
}
.AnyTagClassName
{
color: #DCC543;
}
</style>
background-color css
<style>
a { background-color: #DCC543; }
a { background-color: rgb(220,197,67); }
div.DivClassName
{
background-color: #DCC543;
}
.BgClassName
{
background-color: #DCC543;
}
</style>
border-color css
<style>
span { border-color: #DCC543; }
span { border-color: rgb(220,197,67); }
td.TdClassName
{
border-color: #DCC543;
}
.TagClassName
{
border-color: #DCC543;
}
</style>