Shades of Confetti #D3C24E
Tints of Confetti #D3C24E
RGB
CMYK
RGB Variations
Color information
#D3C24E (or 0xD3C24E) is known color: Confetti. HEX triplet: D3, C2 and 4E. RGB value is (211,194,78). Sum of RGB (Red+Green+Blue) = 211+194+78=483 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.69% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 78 (30.86% from 255 or 16.15% from 483); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C24E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C24E is #2C3DB1. Grayscale: #BABABA. Windows color (decimal): -2899378 or 5161683. OLE color: 5161683.
HSL color Cylindrical-coordinate representation of color #D3C24E: hue angle of 52.33º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D3C24E is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 194 | 78 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.17 |
| HSL | 52.33º | 0.6% | 0.57% | - |
| HSV(B) | 52.33º | 0.63% | 0.83% | - |
| XYZ | 47.53 | 52.98 | 14.93 | - |
| YUV | 185.86 | 67.13 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 194 | 78 | 0 | 0.08 | 0.63 | 0.17 | 52.33 | 0.6 | 0.57 |
| Hex | D3 | C2 | 4E | 0 | 8 | 3F | 11 | 34 | 3C | 39 |
| Octal | 323 | 302 | 116 | 0 | 10 | 77 | 21 | 64 | 74 | 71 |
| Binary | 11010011 | 11000010 | 1001110 | 0 | 1000 | 111111 | 10001 | 110100 | 111100 | 111001 |
Color Harmonies of #D3C24E
Complementary color
Monochromatic Colors of #D3C24E
Black with #D3C24E
Text Example
Text Example
White with #D3C24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C24E; }
p { color: rgb(211,194,78); }
H1.HeaderClassName
{
color: #D3C24E;
}
.AnyTagClassName
{
color: #D3C24E;
}
</style>
background-color css
<style>
a { background-color: #D3C24E; }
a { background-color: rgb(211,194,78); }
div.DivClassName
{
background-color: #D3C24E;
}
.BgClassName
{
background-color: #D3C24E;
}
</style>
border-color css
<style>
span { border-color: #D3C24E; }
span { border-color: rgb(211,194,78); }
td.TdClassName
{
border-color: #D3C24E;
}
.TagClassName
{
border-color: #D3C24E;
}
</style>