Shades of Confetti #D6C652
Tints of Confetti #D6C652
RGB
CMYK
RGB Variations
Color information
#D6C652 (or 0xD6C652) is known color: Confetti. HEX triplet: D6, C6 and 52. RGB value is (214,198,82). Sum of RGB (Red+Green+Blue) = 214+198+82=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 198 (77.73% from 255 or 40.08% from 494); Blue value is 82 (32.42% from 255 or 16.60% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C652 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C652 is #2939AD. Grayscale: #BEBEBE. Windows color (decimal): -2701742 or 5424854. OLE color: 5424854.
HSL color Cylindrical-coordinate representation of color #D6C652: hue angle of 52.73º 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 #D6C652 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 198 | 82 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.16 |
| HSL | 52.73º | 0.62% | 0.58% | - |
| HSV(B) | 52.73º | 0.62% | 0.84% | - |
| XYZ | 49.45 | 55.29 | 16.05 | - |
| YUV | 189.56 | 67.3 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 198 | 82 | 0 | 0.07 | 0.62 | 0.16 | 52.73 | 0.62 | 0.58 |
| Hex | D6 | C6 | 52 | 0 | 7 | 3E | 10 | 35 | 3E | 3A |
| Octal | 326 | 306 | 122 | 0 | 7 | 76 | 20 | 65 | 76 | 72 |
| Binary | 11010110 | 11000110 | 1010010 | 0 | 111 | 111110 | 10000 | 110101 | 111110 | 111010 |
Color Harmonies of #D6C652
Complementary color
Monochromatic Colors of #D6C652
Black with #D6C652
Text Example
Text Example
White with #D6C652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C652; }
p { color: rgb(214,198,82); }
H1.HeaderClassName
{
color: #D6C652;
}
.AnyTagClassName
{
color: #D6C652;
}
</style>
background-color css
<style>
a { background-color: #D6C652; }
a { background-color: rgb(214,198,82); }
div.DivClassName
{
background-color: #D6C652;
}
.BgClassName
{
background-color: #D6C652;
}
</style>
border-color css
<style>
span { border-color: #D6C652; }
span { border-color: rgb(214,198,82); }
td.TdClassName
{
border-color: #D6C652;
}
.TagClassName
{
border-color: #D6C652;
}
</style>