Shades of Confetti #D2CE4D
Tints of Confetti #D2CE4D
RGB
CMYK
RGB Variations
Color information
#D2CE4D (or 0xD2CE4D) is known color: Confetti. HEX triplet: D2, CE and 4D. RGB value is (210,206,77). Sum of RGB (Red+Green+Blue) = 210+206+77=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 77 (30.47% from 255 or 15.62% from 493); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CE4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CE4D is #2D31B2. Grayscale: #C1C1C1. Windows color (decimal): -2961843 or 5099218. OLE color: 5099218.
HSL color Cylindrical-coordinate representation of color #D2CE4D: hue angle of 58.2º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D2CE4D is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 206 | 77 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.18 |
| HSL | 58.2º | 0.6% | 0.56% | - |
| HSV(B) | 58.2º | 0.63% | 0.82% | - |
| XYZ | 49.99 | 58.38 | 15.65 | - |
| YUV | 192.49 | 62.83 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 206 | 77 | 0 | 0.02 | 0.63 | 0.18 | 58.2 | 0.6 | 0.56 |
| Hex | D2 | CE | 4D | 0 | 2 | 3F | 12 | 3A | 3C | 38 |
| Octal | 322 | 316 | 115 | 0 | 2 | 77 | 22 | 72 | 74 | 70 |
| Binary | 11010010 | 11001110 | 1001101 | 0 | 10 | 111111 | 10010 | 111010 | 111100 | 111000 |
Color Harmonies of #D2CE4D
Complementary color
Monochromatic Colors of #D2CE4D
Black with #D2CE4D
Text Example
Text Example
White with #D2CE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CE4D; }
p { color: rgb(210,206,77); }
H1.HeaderClassName
{
color: #D2CE4D;
}
.AnyTagClassName
{
color: #D2CE4D;
}
</style>
background-color css
<style>
a { background-color: #D2CE4D; }
a { background-color: rgb(210,206,77); }
div.DivClassName
{
background-color: #D2CE4D;
}
.BgClassName
{
background-color: #D2CE4D;
}
</style>
border-color css
<style>
span { border-color: #D2CE4D; }
span { border-color: rgb(210,206,77); }
td.TdClassName
{
border-color: #D2CE4D;
}
.TagClassName
{
border-color: #D2CE4D;
}
</style>