Shades of Confetti #D3CC52
Tints of Confetti #D3CC52
RGB
CMYK
RGB Variations
Color information
#D3CC52 (or 0xD3CC52) is known color: Confetti. HEX triplet: D3, CC and 52. RGB value is (211,204,82). Sum of RGB (Red+Green+Blue) = 211+204+82=497 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.45% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 82 (32.42% from 255 or 16.50% from 497); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CC52 is #2C33AD. Grayscale: #C0C0C0. Windows color (decimal): -2896814 or 5426387. OLE color: 5426387.
HSL color Cylindrical-coordinate representation of color #D3CC52: hue angle of 56.74º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D3CC52 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 204 | 82 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.17 |
| HSL | 56.74º | 0.59% | 0.57% | - |
| HSV(B) | 56.74º | 0.61% | 0.83% | - |
| XYZ | 49.98 | 57.64 | 16.47 | - |
| YUV | 192.19 | 65.82 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 204 | 82 | 0 | 0.03 | 0.61 | 0.17 | 56.74 | 0.59 | 0.57 |
| Hex | D3 | CC | 52 | 0 | 3 | 3D | 11 | 39 | 3B | 39 |
| Octal | 323 | 314 | 122 | 0 | 3 | 75 | 21 | 71 | 73 | 71 |
| Binary | 11010011 | 11001100 | 1010010 | 0 | 11 | 111101 | 10001 | 111001 | 111011 | 111001 |
Color Harmonies of #D3CC52
Complementary color
Monochromatic Colors of #D3CC52
Black with #D3CC52
Text Example
Text Example
White with #D3CC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CC52; }
p { color: rgb(211,204,82); }
H1.HeaderClassName
{
color: #D3CC52;
}
.AnyTagClassName
{
color: #D3CC52;
}
</style>
background-color css
<style>
a { background-color: #D3CC52; }
a { background-color: rgb(211,204,82); }
div.DivClassName
{
background-color: #D3CC52;
}
.BgClassName
{
background-color: #D3CC52;
}
</style>
border-color css
<style>
span { border-color: #D3CC52; }
span { border-color: rgb(211,204,82); }
td.TdClassName
{
border-color: #D3CC52;
}
.TagClassName
{
border-color: #D3CC52;
}
</style>