Shades of Confetti #DCC744
Tints of Confetti #DCC744
RGB
CMYK
RGB Variations
Color information
#DCC744 (or 0xDCC744) is known color: Confetti. HEX triplet: DC, C7 and 44. RGB value is (220,199,68). Sum of RGB (Red+Green+Blue) = 220+199+68=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 199 (78.12% from 255 or 40.86% from 487); Blue value is 68 (26.95% from 255 or 13.96% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC744 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC744 is #2338BB. Grayscale: #BEBEBE. Windows color (decimal): -2308284 or 4507612. OLE color: 4507612.
HSL color Cylindrical-coordinate representation of color #DCC744: hue angle of 51.71º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCC744 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 68 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.14 |
| HSL | 51.71º | 0.68% | 0.56% | - |
| HSV(B) | 51.71º | 0.69% | 0.86% | - |
| XYZ | 50.98 | 56.48 | 13.68 | - |
| YUV | 190.35 | 58.96 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 68 | 0 | 0.10 | 0.69 | 0.14 | 51.71 | 0.68 | 0.56 |
| Hex | DC | C7 | 44 | 0 | A | 45 | E | 34 | 44 | 38 |
| Octal | 334 | 307 | 104 | 0 | 12 | 105 | 16 | 64 | 104 | 70 |
| Binary | 11011100 | 11000111 | 1000100 | 0 | 1010 | 1000101 | 1110 | 110100 | 1000100 | 111000 |
Color Harmonies of #DCC744
Complementary color
Monochromatic Colors of #DCC744
Black with #DCC744
Text Example
Text Example
White with #DCC744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC744; }
p { color: rgb(220,199,68); }
H1.HeaderClassName
{
color: #DCC744;
}
.AnyTagClassName
{
color: #DCC744;
}
</style>
background-color css
<style>
a { background-color: #DCC744; }
a { background-color: rgb(220,199,68); }
div.DivClassName
{
background-color: #DCC744;
}
.BgClassName
{
background-color: #DCC744;
}
</style>
border-color css
<style>
span { border-color: #DCC744; }
span { border-color: rgb(220,199,68); }
td.TdClassName
{
border-color: #DCC744;
}
.TagClassName
{
border-color: #DCC744;
}
</style>