Shades of Confetti #DCC74B
Tints of Confetti #DCC74B
RGB
CMYK
RGB Variations
Color information
#DCC74B (or 0xDCC74B) is known color: Confetti. HEX triplet: DC, C7 and 4B. RGB value is (220,199,75). Sum of RGB (Red+Green+Blue) = 220+199+75=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 199 (78.12% from 255 or 40.28% from 494); Blue value is 75 (29.69% from 255 or 15.18% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC74B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC74B is #2338B4. Grayscale: #BFBFBF. Windows color (decimal): -2308277 or 4966364. OLE color: 4966364.
HSL color Cylindrical-coordinate representation of color #DCC74B: hue angle of 51.31º degrees, saturation: 0.67, 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 #DCC74B is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 75 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.14 |
| HSL | 51.31º | 0.67% | 0.58% | - |
| HSV(B) | 51.31º | 0.66% | 0.86% | - |
| XYZ | 51.21 | 56.57 | 14.88 | - |
| YUV | 191.14 | 62.46 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 75 | 0 | 0.10 | 0.66 | 0.14 | 51.31 | 0.67 | 0.58 |
| Hex | DC | C7 | 4B | 0 | A | 42 | E | 33 | 43 | 3A |
| Octal | 334 | 307 | 113 | 0 | 12 | 102 | 16 | 63 | 103 | 72 |
| Binary | 11011100 | 11000111 | 1001011 | 0 | 1010 | 1000010 | 1110 | 110011 | 1000011 | 111010 |
Color Harmonies of #DCC74B
Complementary color
Monochromatic Colors of #DCC74B
Black with #DCC74B
Text Example
Text Example
White with #DCC74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC74B; }
p { color: rgb(220,199,75); }
H1.HeaderClassName
{
color: #DCC74B;
}
.AnyTagClassName
{
color: #DCC74B;
}
</style>
background-color css
<style>
a { background-color: #DCC74B; }
a { background-color: rgb(220,199,75); }
div.DivClassName
{
background-color: #DCC74B;
}
.BgClassName
{
background-color: #DCC74B;
}
</style>
border-color css
<style>
span { border-color: #DCC74B; }
span { border-color: rgb(220,199,75); }
td.TdClassName
{
border-color: #DCC74B;
}
.TagClassName
{
border-color: #DCC74B;
}
</style>