Shades of Confetti #DCC74F
Tints of Confetti #DCC74F
RGB
CMYK
RGB Variations
Color information
#DCC74F (or 0xDCC74F) is known color: Confetti. HEX triplet: DC, C7 and 4F. RGB value is (220,199,79). Sum of RGB (Red+Green+Blue) = 220+199+79=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 199 (78.12% from 255 or 39.96% from 498); Blue value is 79 (31.25% from 255 or 15.86% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC74F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC74F is #2338B0. Grayscale: #C0C0C0. Windows color (decimal): -2308273 or 5228508. OLE color: 5228508.
HSL color Cylindrical-coordinate representation of color #DCC74F: hue angle of 51.06º 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 #DCC74F is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 79 | - |
| CMYK | 0 | 0.10 | 0.64 | 0.14 |
| HSL | 51.06º | 0.67% | 0.59% | - |
| HSV(B) | 51.06º | 0.64% | 0.86% | - |
| XYZ | 51.35 | 56.63 | 15.62 | - |
| YUV | 191.6 | 64.46 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 79 | 0 | 0.10 | 0.64 | 0.14 | 51.06 | 0.67 | 0.59 |
| Hex | DC | C7 | 4F | 0 | A | 40 | E | 33 | 43 | 3B |
| Octal | 334 | 307 | 117 | 0 | 12 | 100 | 16 | 63 | 103 | 73 |
| Binary | 11011100 | 11000111 | 1001111 | 0 | 1010 | 1000000 | 1110 | 110011 | 1000011 | 111011 |
Color Harmonies of #DCC74F
Complementary color
Monochromatic Colors of #DCC74F
Black with #DCC74F
Text Example
Text Example
White with #DCC74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC74F; }
p { color: rgb(220,199,79); }
H1.HeaderClassName
{
color: #DCC74F;
}
.AnyTagClassName
{
color: #DCC74F;
}
</style>
background-color css
<style>
a { background-color: #DCC74F; }
a { background-color: rgb(220,199,79); }
div.DivClassName
{
background-color: #DCC74F;
}
.BgClassName
{
background-color: #DCC74F;
}
</style>
border-color css
<style>
span { border-color: #DCC74F; }
span { border-color: rgb(220,199,79); }
td.TdClassName
{
border-color: #DCC74F;
}
.TagClassName
{
border-color: #DCC74F;
}
</style>