Shades of Confetti #DCC344
Tints of Confetti #DCC344
RGB
CMYK
RGB Variations
Color information
#DCC344 (or 0xDCC344) is known color: Confetti. HEX triplet: DC, C3 and 44. RGB value is (220,195,68). Sum of RGB (Red+Green+Blue) = 220+195+68=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 195 (76.56% from 255 or 40.37% from 483); Blue value is 68 (26.95% from 255 or 14.08% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC344 is #233CBB. Grayscale: #BCBCBC. Windows color (decimal): -2309308 or 4506588. OLE color: 4506588.
HSL color Cylindrical-coordinate representation of color #DCC344: hue angle of 50.13º 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 #DCC344 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 68 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.14 |
| HSL | 50.13º | 0.68% | 0.56% | - |
| HSV(B) | 50.13º | 0.69% | 0.86% | - |
| XYZ | 50.07 | 54.66 | 13.38 | - |
| YUV | 188 | 60.28 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 68 | 0 | 0.11 | 0.69 | 0.14 | 50.13 | 0.68 | 0.56 |
| Hex | DC | C3 | 44 | 0 | B | 45 | E | 32 | 44 | 38 |
| Octal | 334 | 303 | 104 | 0 | 13 | 105 | 16 | 62 | 104 | 70 |
| Binary | 11011100 | 11000011 | 1000100 | 0 | 1011 | 1000101 | 1110 | 110010 | 1000100 | 111000 |
Color Harmonies of #DCC344
Complementary color
Monochromatic Colors of #DCC344
Black with #DCC344
Text Example
Text Example
White with #DCC344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC344; }
p { color: rgb(220,195,68); }
H1.HeaderClassName
{
color: #DCC344;
}
.AnyTagClassName
{
color: #DCC344;
}
</style>
background-color css
<style>
a { background-color: #DCC344; }
a { background-color: rgb(220,195,68); }
div.DivClassName
{
background-color: #DCC344;
}
.BgClassName
{
background-color: #DCC344;
}
</style>
border-color css
<style>
span { border-color: #DCC344; }
span { border-color: rgb(220,195,68); }
td.TdClassName
{
border-color: #DCC344;
}
.TagClassName
{
border-color: #DCC344;
}
</style>