Shades of Confetti #DCC84F
Tints of Confetti #DCC84F
RGB
CMYK
RGB Variations
Color information
#DCC84F (or 0xDCC84F) is known color: Confetti. HEX triplet: DC, C8 and 4F. RGB value is (220,200,79). Sum of RGB (Red+Green+Blue) = 220+200+79=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 79 (31.25% from 255 or 15.83% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC84F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC84F is #2337B0. Grayscale: #C0C0C0. Windows color (decimal): -2308017 or 5228764. OLE color: 5228764.
HSL color Cylindrical-coordinate representation of color #DCC84F: hue angle of 51.49º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DCC84F is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 79 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.14 |
| HSL | 51.49º | 0.67% | 0.59% | - |
| HSV(B) | 51.49º | 0.64% | 0.86% | - |
| XYZ | 51.58 | 57.09 | 15.7 | - |
| YUV | 192.19 | 64.13 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 79 | 0 | 0.09 | 0.64 | 0.14 | 51.49 | 0.67 | 0.59 |
| Hex | DC | C8 | 4F | 0 | 9 | 40 | E | 33 | 43 | 3B |
| Octal | 334 | 310 | 117 | 0 | 11 | 100 | 16 | 63 | 103 | 73 |
| Binary | 11011100 | 11001000 | 1001111 | 0 | 1001 | 1000000 | 1110 | 110011 | 1000011 | 111011 |
Color Harmonies of #DCC84F
Complementary color
Monochromatic Colors of #DCC84F
Black with #DCC84F
Text Example
Text Example
White with #DCC84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC84F; }
p { color: rgb(220,200,79); }
H1.HeaderClassName
{
color: #DCC84F;
}
.AnyTagClassName
{
color: #DCC84F;
}
</style>
background-color css
<style>
a { background-color: #DCC84F; }
a { background-color: rgb(220,200,79); }
div.DivClassName
{
background-color: #DCC84F;
}
.BgClassName
{
background-color: #DCC84F;
}
</style>
border-color css
<style>
span { border-color: #DCC84F; }
span { border-color: rgb(220,200,79); }
td.TdClassName
{
border-color: #DCC84F;
}
.TagClassName
{
border-color: #DCC84F;
}
</style>