Shades of Confetti #DCC74A
Tints of Confetti #DCC74A
RGB
CMYK
RGB Variations
Color information
#DCC74A (or 0xDCC74A) is known color: Confetti. HEX triplet: DC, C7 and 4A. RGB value is (220,199,74). Sum of RGB (Red+Green+Blue) = 220+199+74=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 199 (78.12% from 255 or 40.37% from 493); Blue value is 74 (29.30% from 255 or 15.01% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC74A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC74A is #2338B5. Grayscale: #BFBFBF. Windows color (decimal): -2308278 or 4900828. OLE color: 4900828.
HSL color Cylindrical-coordinate representation of color #DCC74A: hue angle of 51.37º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DCC74A is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 74 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.14 |
| HSL | 51.37º | 0.68% | 0.58% | - |
| HSV(B) | 51.37º | 0.66% | 0.86% | - |
| XYZ | 51.17 | 56.56 | 14.7 | - |
| YUV | 191.03 | 61.96 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 74 | 0 | 0.10 | 0.66 | 0.14 | 51.37 | 0.68 | 0.58 |
| Hex | DC | C7 | 4A | 0 | A | 42 | E | 33 | 44 | 3A |
| Octal | 334 | 307 | 112 | 0 | 12 | 102 | 16 | 63 | 104 | 72 |
| Binary | 11011100 | 11000111 | 1001010 | 0 | 1010 | 1000010 | 1110 | 110011 | 1000100 | 111010 |
Color Harmonies of #DCC74A
Complementary color
Monochromatic Colors of #DCC74A
Black with #DCC74A
Text Example
Text Example
White with #DCC74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC74A; }
p { color: rgb(220,199,74); }
H1.HeaderClassName
{
color: #DCC74A;
}
.AnyTagClassName
{
color: #DCC74A;
}
</style>
background-color css
<style>
a { background-color: #DCC74A; }
a { background-color: rgb(220,199,74); }
div.DivClassName
{
background-color: #DCC74A;
}
.BgClassName
{
background-color: #DCC74A;
}
</style>
border-color css
<style>
span { border-color: #DCC74A; }
span { border-color: rgb(220,199,74); }
td.TdClassName
{
border-color: #DCC74A;
}
.TagClassName
{
border-color: #DCC74A;
}
</style>