Shades of Confetti #D3CE52
Tints of Confetti #D3CE52
RGB
CMYK
RGB Variations
Color information
#D3CE52 (or 0xD3CE52) is known color: Confetti. HEX triplet: D3, CE and 52. RGB value is (211,206,82). Sum of RGB (Red+Green+Blue) = 211+206+82=499 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.28% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 82 (32.42% from 255 or 16.43% from 499); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CE52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CE52 is #2C31AD. Grayscale: #C1C1C1. Windows color (decimal): -2896302 or 5426899. OLE color: 5426899.
HSL color Cylindrical-coordinate representation of color #D3CE52: hue angle of 57.67º 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 #D3CE52 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 206 | 82 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.17 |
| HSL | 57.67º | 0.59% | 0.57% | - |
| HSV(B) | 57.67º | 0.61% | 0.83% | - |
| XYZ | 50.46 | 58.6 | 16.63 | - |
| YUV | 193.36 | 65.16 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 206 | 82 | 0 | 0.02 | 0.61 | 0.17 | 57.67 | 0.59 | 0.57 |
| Hex | D3 | CE | 52 | 0 | 2 | 3D | 11 | 3A | 3B | 39 |
| Octal | 323 | 316 | 122 | 0 | 2 | 75 | 21 | 72 | 73 | 71 |
| Binary | 11010011 | 11001110 | 1010010 | 0 | 10 | 111101 | 10001 | 111010 | 111011 | 111001 |
Color Harmonies of #D3CE52
Complementary color
Monochromatic Colors of #D3CE52
Black with #D3CE52
Text Example
Text Example
White with #D3CE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CE52; }
p { color: rgb(211,206,82); }
H1.HeaderClassName
{
color: #D3CE52;
}
.AnyTagClassName
{
color: #D3CE52;
}
</style>
background-color css
<style>
a { background-color: #D3CE52; }
a { background-color: rgb(211,206,82); }
div.DivClassName
{
background-color: #D3CE52;
}
.BgClassName
{
background-color: #D3CE52;
}
</style>
border-color css
<style>
span { border-color: #D3CE52; }
span { border-color: rgb(211,206,82); }
td.TdClassName
{
border-color: #D3CE52;
}
.TagClassName
{
border-color: #D3CE52;
}
</style>