Shades of Confetti #D6CA55
Tints of Confetti #D6CA55
RGB
CMYK
RGB Variations
Color information
#D6CA55 (or 0xD6CA55) is known color: Confetti. HEX triplet: D6, CA and 55. RGB value is (214,202,85). Sum of RGB (Red+Green+Blue) = 214+202+85=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 85 (33.59% from 255 or 16.97% from 501); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CA55 is #2935AA. Grayscale: #C0C0C0. Windows color (decimal): -2700715 or 5622486. OLE color: 5622486.
HSL color Cylindrical-coordinate representation of color #D6CA55: hue angle of 54.42º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D6CA55 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 202 | 85 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.16 |
| HSL | 54.42º | 0.61% | 0.59% | - |
| HSV(B) | 54.42º | 0.6% | 0.84% | - |
| XYZ | 50.49 | 57.19 | 16.97 | - |
| YUV | 192.25 | 67.48 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 202 | 85 | 0 | 0.06 | 0.60 | 0.16 | 54.42 | 0.61 | 0.59 |
| Hex | D6 | CA | 55 | 0 | 6 | 3C | 10 | 36 | 3D | 3B |
| Octal | 326 | 312 | 125 | 0 | 6 | 74 | 20 | 66 | 75 | 73 |
| Binary | 11010110 | 11001010 | 1010101 | 0 | 110 | 111100 | 10000 | 110110 | 111101 | 111011 |
Color Harmonies of #D6CA55
Complementary color
Monochromatic Colors of #D6CA55
Black with #D6CA55
Text Example
Text Example
White with #D6CA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CA55; }
p { color: rgb(214,202,85); }
H1.HeaderClassName
{
color: #D6CA55;
}
.AnyTagClassName
{
color: #D6CA55;
}
</style>
background-color css
<style>
a { background-color: #D6CA55; }
a { background-color: rgb(214,202,85); }
div.DivClassName
{
background-color: #D6CA55;
}
.BgClassName
{
background-color: #D6CA55;
}
</style>
border-color css
<style>
span { border-color: #D6CA55; }
span { border-color: rgb(214,202,85); }
td.TdClassName
{
border-color: #D6CA55;
}
.TagClassName
{
border-color: #D6CA55;
}
</style>