Shades of Confetti #D6CC52
Tints of Confetti #D6CC52
RGB
CMYK
RGB Variations
Color information
#D6CC52 (or 0xD6CC52) is known color: Confetti. HEX triplet: D6, CC and 52. RGB value is (214,204,82). Sum of RGB (Red+Green+Blue) = 214+204+82=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 82 (32.42% from 255 or 16.4% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CC52 is #2933AD. Grayscale: #C1C1C1. Windows color (decimal): -2700206 or 5426390. OLE color: 5426390.
HSL color Cylindrical-coordinate representation of color #D6CC52: hue angle of 55.45º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D6CC52 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 204 | 82 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.16 |
| HSL | 55.45º | 0.62% | 0.58% | - |
| HSV(B) | 55.45º | 0.62% | 0.84% | - |
| XYZ | 50.85 | 58.09 | 16.52 | - |
| YUV | 193.08 | 65.31 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 204 | 82 | 0 | 0.05 | 0.62 | 0.16 | 55.45 | 0.62 | 0.58 |
| Hex | D6 | CC | 52 | 0 | 5 | 3E | 10 | 37 | 3E | 3A |
| Octal | 326 | 314 | 122 | 0 | 5 | 76 | 20 | 67 | 76 | 72 |
| Binary | 11010110 | 11001100 | 1010010 | 0 | 101 | 111110 | 10000 | 110111 | 111110 | 111010 |
Color Harmonies of #D6CC52
Complementary color
Monochromatic Colors of #D6CC52
Black with #D6CC52
Text Example
Text Example
White with #D6CC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CC52; }
p { color: rgb(214,204,82); }
H1.HeaderClassName
{
color: #D6CC52;
}
.AnyTagClassName
{
color: #D6CC52;
}
</style>
background-color css
<style>
a { background-color: #D6CC52; }
a { background-color: rgb(214,204,82); }
div.DivClassName
{
background-color: #D6CC52;
}
.BgClassName
{
background-color: #D6CC52;
}
</style>
border-color css
<style>
span { border-color: #D6CC52; }
span { border-color: rgb(214,204,82); }
td.TdClassName
{
border-color: #D6CC52;
}
.TagClassName
{
border-color: #D6CC52;
}
</style>