Shades of Confetti #D4CE53
Tints of Confetti #D4CE53
RGB
CMYK
RGB Variations
Color information
#D4CE53 (or 0xD4CE53) is known color: Confetti. HEX triplet: D4, CE and 53. RGB value is (212,206,83). Sum of RGB (Red+Green+Blue) = 212+206+83=501 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.32% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 83 (32.81% from 255 or 16.57% from 501); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CE53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CE53 is #2B31AC. Grayscale: #C2C2C2. Windows color (decimal): -2830765 or 5492436. OLE color: 5492436.
HSL color Cylindrical-coordinate representation of color #D4CE53: hue angle of 57.21º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D4CE53 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 206 | 83 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.17 |
| HSL | 57.21º | 0.6% | 0.58% | - |
| HSV(B) | 57.21º | 0.61% | 0.83% | - |
| XYZ | 50.78 | 58.76 | 16.85 | - |
| YUV | 193.77 | 65.49 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 206 | 83 | 0 | 0.03 | 0.61 | 0.17 | 57.21 | 0.6 | 0.58 |
| Hex | D4 | CE | 53 | 0 | 3 | 3D | 11 | 39 | 3C | 3A |
| Octal | 324 | 316 | 123 | 0 | 3 | 75 | 21 | 71 | 74 | 72 |
| Binary | 11010100 | 11001110 | 1010011 | 0 | 11 | 111101 | 10001 | 111001 | 111100 | 111010 |
Color Harmonies of #D4CE53
Complementary color
Monochromatic Colors of #D4CE53
Black with #D4CE53
Text Example
Text Example
White with #D4CE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CE53; }
p { color: rgb(212,206,83); }
H1.HeaderClassName
{
color: #D4CE53;
}
.AnyTagClassName
{
color: #D4CE53;
}
</style>
background-color css
<style>
a { background-color: #D4CE53; }
a { background-color: rgb(212,206,83); }
div.DivClassName
{
background-color: #D4CE53;
}
.BgClassName
{
background-color: #D4CE53;
}
</style>
border-color css
<style>
span { border-color: #D4CE53; }
span { border-color: rgb(212,206,83); }
td.TdClassName
{
border-color: #D4CE53;
}
.TagClassName
{
border-color: #D4CE53;
}
</style>