Shades of Confetti #D4C24C
Tints of Confetti #D4C24C
RGB
CMYK
RGB Variations
Color information
#D4C24C (or 0xD4C24C) is known color: Confetti. HEX triplet: D4, C2 and 4C. RGB value is (212,194,76). Sum of RGB (Red+Green+Blue) = 212+194+76=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 76 (30.08% from 255 or 15.77% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C24C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C24C is #2B3DB3. Grayscale: #BABABA. Windows color (decimal): -2833844 or 5030612. OLE color: 5030612.
HSL color Cylindrical-coordinate representation of color #D4C24C: hue angle of 52.06º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D4C24C is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 194 | 76 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.17 |
| HSL | 52.06º | 0.61% | 0.56% | - |
| HSV(B) | 52.06º | 0.64% | 0.83% | - |
| XYZ | 47.75 | 53.1 | 14.57 | - |
| YUV | 185.93 | 65.96 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 194 | 76 | 0 | 0.08 | 0.64 | 0.17 | 52.06 | 0.61 | 0.56 |
| Hex | D4 | C2 | 4C | 0 | 8 | 40 | 11 | 34 | 3D | 38 |
| Octal | 324 | 302 | 114 | 0 | 10 | 100 | 21 | 64 | 75 | 70 |
| Binary | 11010100 | 11000010 | 1001100 | 0 | 1000 | 1000000 | 10001 | 110100 | 111101 | 111000 |
Color Harmonies of #D4C24C
Complementary color
Monochromatic Colors of #D4C24C
Black with #D4C24C
Text Example
Text Example
White with #D4C24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C24C; }
p { color: rgb(212,194,76); }
H1.HeaderClassName
{
color: #D4C24C;
}
.AnyTagClassName
{
color: #D4C24C;
}
</style>
background-color css
<style>
a { background-color: #D4C24C; }
a { background-color: rgb(212,194,76); }
div.DivClassName
{
background-color: #D4C24C;
}
.BgClassName
{
background-color: #D4C24C;
}
</style>
border-color css
<style>
span { border-color: #D4C24C; }
span { border-color: rgb(212,194,76); }
td.TdClassName
{
border-color: #D4C24C;
}
.TagClassName
{
border-color: #D4C24C;
}
</style>