Shades of Confetti #D4CE54
Tints of Confetti #D4CE54
RGB
CMYK
RGB Variations
Color information
#D4CE54 (or 0xD4CE54) is known color: Confetti. HEX triplet: D4, CE and 54. RGB value is (212,206,84). Sum of RGB (Red+Green+Blue) = 212+206+84=502 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.23% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 84 (33.20% from 255 or 16.73% from 502); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CE54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CE54 is #2B31AB. Grayscale: #C2C2C2. Windows color (decimal): -2830764 or 5557972. OLE color: 5557972.
HSL color Cylindrical-coordinate representation of color #D4CE54: hue angle of 57.19º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D4CE54 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 206 | 84 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.17 |
| HSL | 57.19º | 0.6% | 0.58% | - |
| HSV(B) | 57.19º | 0.6% | 0.83% | - |
| XYZ | 50.82 | 58.78 | 17.05 | - |
| YUV | 193.89 | 65.99 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 206 | 84 | 0 | 0.03 | 0.60 | 0.17 | 57.19 | 0.6 | 0.58 |
| Hex | D4 | CE | 54 | 0 | 3 | 3C | 11 | 39 | 3C | 3A |
| Octal | 324 | 316 | 124 | 0 | 3 | 74 | 21 | 71 | 74 | 72 |
| Binary | 11010100 | 11001110 | 1010100 | 0 | 11 | 111100 | 10001 | 111001 | 111100 | 111010 |
Color Harmonies of #D4CE54
Complementary color
Monochromatic Colors of #D4CE54
Black with #D4CE54
Text Example
Text Example
White with #D4CE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CE54; }
p { color: rgb(212,206,84); }
H1.HeaderClassName
{
color: #D4CE54;
}
.AnyTagClassName
{
color: #D4CE54;
}
</style>
background-color css
<style>
a { background-color: #D4CE54; }
a { background-color: rgb(212,206,84); }
div.DivClassName
{
background-color: #D4CE54;
}
.BgClassName
{
background-color: #D4CE54;
}
</style>
border-color css
<style>
span { border-color: #D4CE54; }
span { border-color: rgb(212,206,84); }
td.TdClassName
{
border-color: #D4CE54;
}
.TagClassName
{
border-color: #D4CE54;
}
</style>