Shades of Confetti #DCC74D
Tints of Confetti #DCC74D
RGB
CMYK
RGB Variations
Color information
#DCC74D (or 0xDCC74D) is known color: Confetti. HEX triplet: DC, C7 and 4D. RGB value is (220,199,77). Sum of RGB (Red+Green+Blue) = 220+199+77=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 199 (78.12% from 255 or 40.12% from 496); Blue value is 77 (30.47% from 255 or 15.52% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC74D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC74D is #2338B2. Grayscale: #BFBFBF. Windows color (decimal): -2308275 or 5097436. OLE color: 5097436.
HSL color Cylindrical-coordinate representation of color #DCC74D: hue angle of 51.19º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCC74D is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 77 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.14 |
| HSL | 51.19º | 0.67% | 0.58% | - |
| HSV(B) | 51.19º | 0.65% | 0.86% | - |
| XYZ | 51.28 | 56.6 | 15.24 | - |
| YUV | 191.37 | 63.46 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 77 | 0 | 0.10 | 0.65 | 0.14 | 51.19 | 0.67 | 0.58 |
| Hex | DC | C7 | 4D | 0 | A | 41 | E | 33 | 43 | 3A |
| Octal | 334 | 307 | 115 | 0 | 12 | 101 | 16 | 63 | 103 | 72 |
| Binary | 11011100 | 11000111 | 1001101 | 0 | 1010 | 1000001 | 1110 | 110011 | 1000011 | 111010 |
Color Harmonies of #DCC74D
Complementary color
Monochromatic Colors of #DCC74D
Black with #DCC74D
Text Example
Text Example
White with #DCC74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC74D; }
p { color: rgb(220,199,77); }
H1.HeaderClassName
{
color: #DCC74D;
}
.AnyTagClassName
{
color: #DCC74D;
}
</style>
background-color css
<style>
a { background-color: #DCC74D; }
a { background-color: rgb(220,199,77); }
div.DivClassName
{
background-color: #DCC74D;
}
.BgClassName
{
background-color: #DCC74D;
}
</style>
border-color css
<style>
span { border-color: #DCC74D; }
span { border-color: rgb(220,199,77); }
td.TdClassName
{
border-color: #DCC74D;
}
.TagClassName
{
border-color: #DCC74D;
}
</style>