Shades of Confetti #D6C852
Tints of Confetti #D6C852
RGB
CMYK
RGB Variations
Color information
#D6C852 (or 0xD6C852) is known color: Confetti. HEX triplet: D6, C8 and 52. RGB value is (214,200,82). Sum of RGB (Red+Green+Blue) = 214+200+82=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 200 (78.52% from 255 or 40.32% from 496); Blue value is 82 (32.42% from 255 or 16.53% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C852 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C852 is #2937AD. Grayscale: #BFBFBF. Windows color (decimal): -2701230 or 5425366. OLE color: 5425366.
HSL color Cylindrical-coordinate representation of color #D6C852: hue angle of 53.64º 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 #D6C852 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 200 | 82 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.16 |
| HSL | 53.64º | 0.62% | 0.58% | - |
| HSV(B) | 53.64º | 0.62% | 0.84% | - |
| XYZ | 49.91 | 56.21 | 16.2 | - |
| YUV | 190.73 | 66.64 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 200 | 82 | 0 | 0.07 | 0.62 | 0.16 | 53.64 | 0.62 | 0.58 |
| Hex | D6 | C8 | 52 | 0 | 7 | 3E | 10 | 36 | 3E | 3A |
| Octal | 326 | 310 | 122 | 0 | 7 | 76 | 20 | 66 | 76 | 72 |
| Binary | 11010110 | 11001000 | 1010010 | 0 | 111 | 111110 | 10000 | 110110 | 111110 | 111010 |
Color Harmonies of #D6C852
Complementary color
Monochromatic Colors of #D6C852
Black with #D6C852
Text Example
Text Example
White with #D6C852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C852; }
p { color: rgb(214,200,82); }
H1.HeaderClassName
{
color: #D6C852;
}
.AnyTagClassName
{
color: #D6C852;
}
</style>
background-color css
<style>
a { background-color: #D6C852; }
a { background-color: rgb(214,200,82); }
div.DivClassName
{
background-color: #D6C852;
}
.BgClassName
{
background-color: #D6C852;
}
</style>
border-color css
<style>
span { border-color: #D6C852; }
span { border-color: rgb(214,200,82); }
td.TdClassName
{
border-color: #D6C852;
}
.TagClassName
{
border-color: #D6C852;
}
</style>