Shades of Confetti #D6CA54
Tints of Confetti #D6CA54
RGB
CMYK
RGB Variations
Color information
#D6CA54 (or 0xD6CA54) is known color: Confetti. HEX triplet: D6, CA and 54. RGB value is (214,202,84). Sum of RGB (Red+Green+Blue) = 214+202+84=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 84 (33.20% from 255 or 16.8% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CA54 is #2935AB. Grayscale: #C0C0C0. Windows color (decimal): -2700716 or 5556950. OLE color: 5556950.
HSL color Cylindrical-coordinate representation of color #D6CA54: hue angle of 54.46º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D6CA54 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 202 | 84 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.16 |
| HSL | 54.46º | 0.61% | 0.58% | - |
| HSV(B) | 54.46º | 0.61% | 0.84% | - |
| XYZ | 50.45 | 57.18 | 16.76 | - |
| YUV | 192.14 | 66.98 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 202 | 84 | 0 | 0.06 | 0.61 | 0.16 | 54.46 | 0.61 | 0.58 |
| Hex | D6 | CA | 54 | 0 | 6 | 3D | 10 | 36 | 3D | 3A |
| Octal | 326 | 312 | 124 | 0 | 6 | 75 | 20 | 66 | 75 | 72 |
| Binary | 11010110 | 11001010 | 1010100 | 0 | 110 | 111101 | 10000 | 110110 | 111101 | 111010 |
Color Harmonies of #D6CA54
Complementary color
Monochromatic Colors of #D6CA54
Black with #D6CA54
Text Example
Text Example
White with #D6CA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CA54; }
p { color: rgb(214,202,84); }
H1.HeaderClassName
{
color: #D6CA54;
}
.AnyTagClassName
{
color: #D6CA54;
}
</style>
background-color css
<style>
a { background-color: #D6CA54; }
a { background-color: rgb(214,202,84); }
div.DivClassName
{
background-color: #D6CA54;
}
.BgClassName
{
background-color: #D6CA54;
}
</style>
border-color css
<style>
span { border-color: #D6CA54; }
span { border-color: rgb(214,202,84); }
td.TdClassName
{
border-color: #D6CA54;
}
.TagClassName
{
border-color: #D6CA54;
}
</style>