Shades of Confetti #D4CE4F
Tints of Confetti #D4CE4F
RGB
CMYK
RGB Variations
Color information
#D4CE4F (or 0xD4CE4F) is known color: Confetti. HEX triplet: D4, CE and 4F. RGB value is (212,206,79). Sum of RGB (Red+Green+Blue) = 212+206+79=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 79 (31.25% from 255 or 15.90% from 497); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CE4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CE4F is #2B31B0. Grayscale: #C1C1C1. Windows color (decimal): -2830769 or 5230292. OLE color: 5230292.
HSL color Cylindrical-coordinate representation of color #D4CE4F: hue angle of 57.29º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D4CE4F is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 206 | 79 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.17 |
| HSL | 57.29º | 0.61% | 0.57% | - |
| HSV(B) | 57.29º | 0.63% | 0.83% | - |
| XYZ | 50.63 | 58.7 | 16.06 | - |
| YUV | 193.32 | 63.49 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 206 | 79 | 0 | 0.03 | 0.63 | 0.17 | 57.29 | 0.61 | 0.57 |
| Hex | D4 | CE | 4F | 0 | 3 | 3F | 11 | 39 | 3D | 39 |
| Octal | 324 | 316 | 117 | 0 | 3 | 77 | 21 | 71 | 75 | 71 |
| Binary | 11010100 | 11001110 | 1001111 | 0 | 11 | 111111 | 10001 | 111001 | 111101 | 111001 |
Color Harmonies of #D4CE4F
Complementary color
Monochromatic Colors of #D4CE4F
Black with #D4CE4F
Text Example
Text Example
White with #D4CE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CE4F; }
p { color: rgb(212,206,79); }
H1.HeaderClassName
{
color: #D4CE4F;
}
.AnyTagClassName
{
color: #D4CE4F;
}
</style>
background-color css
<style>
a { background-color: #D4CE4F; }
a { background-color: rgb(212,206,79); }
div.DivClassName
{
background-color: #D4CE4F;
}
.BgClassName
{
background-color: #D4CE4F;
}
</style>
border-color css
<style>
span { border-color: #D4CE4F; }
span { border-color: rgb(212,206,79); }
td.TdClassName
{
border-color: #D4CE4F;
}
.TagClassName
{
border-color: #D4CE4F;
}
</style>