Shades of Confetti #D0C24A
Tints of Confetti #D0C24A
RGB
CMYK
RGB Variations
Color information
#D0C24A (or 0xD0C24A) is known color: Confetti. HEX triplet: D0, C2 and 4A. RGB value is (208,194,74). Sum of RGB (Red+Green+Blue) = 208+194+74=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 74 (29.30% from 255 or 15.55% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C24A is #2F3DB5. Grayscale: #B9B9B9. Windows color (decimal): -3095990 or 4899536. OLE color: 4899536.
HSL color Cylindrical-coordinate representation of color #D0C24A: hue angle of 53.73º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D0C24A is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 194 | 74 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.18 |
| HSL | 53.73º | 0.59% | 0.55% | - |
| HSV(B) | 53.73º | 0.64% | 0.82% | - |
| XYZ | 46.54 | 52.49 | 14.16 | - |
| YUV | 184.51 | 65.64 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 194 | 74 | 0 | 0.07 | 0.64 | 0.18 | 53.73 | 0.59 | 0.55 |
| Hex | D0 | C2 | 4A | 0 | 7 | 40 | 12 | 36 | 3B | 37 |
| Octal | 320 | 302 | 112 | 0 | 7 | 100 | 22 | 66 | 73 | 67 |
| Binary | 11010000 | 11000010 | 1001010 | 0 | 111 | 1000000 | 10010 | 110110 | 111011 | 110111 |
Color Harmonies of #D0C24A
Complementary color
Monochromatic Colors of #D0C24A
Black with #D0C24A
Text Example
Text Example
White with #D0C24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C24A; }
p { color: rgb(208,194,74); }
H1.HeaderClassName
{
color: #D0C24A;
}
.AnyTagClassName
{
color: #D0C24A;
}
</style>
background-color css
<style>
a { background-color: #D0C24A; }
a { background-color: rgb(208,194,74); }
div.DivClassName
{
background-color: #D0C24A;
}
.BgClassName
{
background-color: #D0C24A;
}
</style>
border-color css
<style>
span { border-color: #D0C24A; }
span { border-color: rgb(208,194,74); }
td.TdClassName
{
border-color: #D0C24A;
}
.TagClassName
{
border-color: #D0C24A;
}
</style>