Shades of Confetti #D4CC56
Tints of Confetti #D4CC56
RGB
CMYK
RGB Variations
Color information
#D4CC56 (or 0xD4CC56) is known color: Confetti. HEX triplet: D4, CC and 56. RGB value is (212,204,86). Sum of RGB (Red+Green+Blue) = 212+204+86=502 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.23% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 86 (33.98% from 255 or 17.13% from 502); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CC56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CC56 is #2B33A9. Grayscale: #C1C1C1. Windows color (decimal): -2831274 or 5688532. OLE color: 5688532.
HSL color Cylindrical-coordinate representation of color #D4CC56: hue angle of 56.19º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D4CC56 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 204 | 86 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.17 |
| HSL | 56.19º | 0.59% | 0.58% | - |
| HSV(B) | 56.19º | 0.59% | 0.83% | - |
| XYZ | 50.42 | 57.85 | 17.31 | - |
| YUV | 192.94 | 67.65 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 204 | 86 | 0 | 0.04 | 0.59 | 0.17 | 56.19 | 0.59 | 0.58 |
| Hex | D4 | CC | 56 | 0 | 4 | 3B | 11 | 38 | 3B | 3A |
| Octal | 324 | 314 | 126 | 0 | 4 | 73 | 21 | 70 | 73 | 72 |
| Binary | 11010100 | 11001100 | 1010110 | 0 | 100 | 111011 | 10001 | 111000 | 111011 | 111010 |
Color Harmonies of #D4CC56
Complementary color
Monochromatic Colors of #D4CC56
Black with #D4CC56
Text Example
Text Example
White with #D4CC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CC56; }
p { color: rgb(212,204,86); }
H1.HeaderClassName
{
color: #D4CC56;
}
.AnyTagClassName
{
color: #D4CC56;
}
</style>
background-color css
<style>
a { background-color: #D4CC56; }
a { background-color: rgb(212,204,86); }
div.DivClassName
{
background-color: #D4CC56;
}
.BgClassName
{
background-color: #D4CC56;
}
</style>
border-color css
<style>
span { border-color: #D4CC56; }
span { border-color: rgb(212,204,86); }
td.TdClassName
{
border-color: #D4CC56;
}
.TagClassName
{
border-color: #D4CC56;
}
</style>