Shades of Confetti #D4C652
Tints of Confetti #D4C652
RGB
CMYK
RGB Variations
Color information
#D4C652 (or 0xD4C652) is known color: Confetti. HEX triplet: D4, C6 and 52. RGB value is (212,198,82). Sum of RGB (Red+Green+Blue) = 212+198+82=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 198 (77.73% from 255 or 40.24% from 492); Blue value is 82 (32.42% from 255 or 16.67% from 492); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C652 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C652 is #2B39AD. Grayscale: #BDBDBD. Windows color (decimal): -2832814 or 5424852. OLE color: 5424852.
HSL color Cylindrical-coordinate representation of color #D4C652: hue angle of 53.54º 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 #D4C652 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 198 | 82 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.17 |
| HSL | 53.54º | 0.6% | 0.58% | - |
| HSV(B) | 53.54º | 0.61% | 0.83% | - |
| XYZ | 48.87 | 54.99 | 16.02 | - |
| YUV | 188.96 | 67.64 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 198 | 82 | 0 | 0.07 | 0.61 | 0.17 | 53.54 | 0.6 | 0.58 |
| Hex | D4 | C6 | 52 | 0 | 7 | 3D | 11 | 36 | 3C | 3A |
| Octal | 324 | 306 | 122 | 0 | 7 | 75 | 21 | 66 | 74 | 72 |
| Binary | 11010100 | 11000110 | 1010010 | 0 | 111 | 111101 | 10001 | 110110 | 111100 | 111010 |
Color Harmonies of #D4C652
Complementary color
Monochromatic Colors of #D4C652
Black with #D4C652
Text Example
Text Example
White with #D4C652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C652; }
p { color: rgb(212,198,82); }
H1.HeaderClassName
{
color: #D4C652;
}
.AnyTagClassName
{
color: #D4C652;
}
</style>
background-color css
<style>
a { background-color: #D4C652; }
a { background-color: rgb(212,198,82); }
div.DivClassName
{
background-color: #D4C652;
}
.BgClassName
{
background-color: #D4C652;
}
</style>
border-color css
<style>
span { border-color: #D4C652; }
span { border-color: rgb(212,198,82); }
td.TdClassName
{
border-color: #D4C652;
}
.TagClassName
{
border-color: #D4C652;
}
</style>