Shades of Confetti #D6CA52
Tints of Confetti #D6CA52
RGB
CMYK
RGB Variations
Color information
#D6CA52 (or 0xD6CA52) is known color: Confetti. HEX triplet: D6, CA and 52. RGB value is (214,202,82). Sum of RGB (Red+Green+Blue) = 214+202+82=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 82 (32.42% from 255 or 16.47% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CA52 is #2935AD. Grayscale: #C0C0C0. Windows color (decimal): -2700718 or 5425878. OLE color: 5425878.
HSL color Cylindrical-coordinate representation of color #D6CA52: hue angle of 54.55º 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 #D6CA52 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 202 | 82 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.16 |
| HSL | 54.55º | 0.62% | 0.58% | - |
| HSV(B) | 54.55º | 0.62% | 0.84% | - |
| XYZ | 50.38 | 57.15 | 16.36 | - |
| YUV | 191.91 | 65.98 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 202 | 82 | 0 | 0.06 | 0.62 | 0.16 | 54.55 | 0.62 | 0.58 |
| Hex | D6 | CA | 52 | 0 | 6 | 3E | 10 | 37 | 3E | 3A |
| Octal | 326 | 312 | 122 | 0 | 6 | 76 | 20 | 67 | 76 | 72 |
| Binary | 11010110 | 11001010 | 1010010 | 0 | 110 | 111110 | 10000 | 110111 | 111110 | 111010 |
Color Harmonies of #D6CA52
Complementary color
Monochromatic Colors of #D6CA52
Black with #D6CA52
Text Example
Text Example
White with #D6CA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CA52; }
p { color: rgb(214,202,82); }
H1.HeaderClassName
{
color: #D6CA52;
}
.AnyTagClassName
{
color: #D6CA52;
}
</style>
background-color css
<style>
a { background-color: #D6CA52; }
a { background-color: rgb(214,202,82); }
div.DivClassName
{
background-color: #D6CA52;
}
.BgClassName
{
background-color: #D6CA52;
}
</style>
border-color css
<style>
span { border-color: #D6CA52; }
span { border-color: rgb(214,202,82); }
td.TdClassName
{
border-color: #D6CA52;
}
.TagClassName
{
border-color: #D6CA52;
}
</style>