Shades of Confetti #D0C24D
Tints of Confetti #D0C24D
RGB
CMYK
RGB Variations
Color information
#D0C24D (or 0xD0C24D) is known color: Confetti. HEX triplet: D0, C2 and 4D. RGB value is (208,194,77). Sum of RGB (Red+Green+Blue) = 208+194+77=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 77 (30.47% from 255 or 16.08% from 479); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C24D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C24D is #2F3DB2. Grayscale: #B9B9B9. Windows color (decimal): -3095987 or 5096144. OLE color: 5096144.
HSL color Cylindrical-coordinate representation of color #D0C24D: hue angle of 53.59º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D0C24D is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 194 | 77 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.18 |
| HSL | 53.59º | 0.58% | 0.56% | - |
| HSV(B) | 53.59º | 0.63% | 0.82% | - |
| XYZ | 46.64 | 52.53 | 14.7 | - |
| YUV | 184.85 | 67.14 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 194 | 77 | 0 | 0.07 | 0.63 | 0.18 | 53.59 | 0.58 | 0.56 |
| Hex | D0 | C2 | 4D | 0 | 7 | 3F | 12 | 36 | 3A | 38 |
| Octal | 320 | 302 | 115 | 0 | 7 | 77 | 22 | 66 | 72 | 70 |
| Binary | 11010000 | 11000010 | 1001101 | 0 | 111 | 111111 | 10010 | 110110 | 111010 | 111000 |
Color Harmonies of #D0C24D
Complementary color
Monochromatic Colors of #D0C24D
Black with #D0C24D
Text Example
Text Example
White with #D0C24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C24D; }
p { color: rgb(208,194,77); }
H1.HeaderClassName
{
color: #D0C24D;
}
.AnyTagClassName
{
color: #D0C24D;
}
</style>
background-color css
<style>
a { background-color: #D0C24D; }
a { background-color: rgb(208,194,77); }
div.DivClassName
{
background-color: #D0C24D;
}
.BgClassName
{
background-color: #D0C24D;
}
</style>
border-color css
<style>
span { border-color: #D0C24D; }
span { border-color: rgb(208,194,77); }
td.TdClassName
{
border-color: #D0C24D;
}
.TagClassName
{
border-color: #D0C24D;
}
</style>