Shades of Confetti #D6CF46
Tints of Confetti #D6CF46
RGB
CMYK
RGB Variations
Color information
#D6CF46 (or 0xD6CF46) is known color: Confetti. HEX triplet: D6, CF and 46. RGB value is (214,207,70). Sum of RGB (Red+Green+Blue) = 214+207+70=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 70 (27.73% from 255 or 14.26% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CF46 is #2930B9. Grayscale: #C2C2C2. Windows color (decimal): -2699450 or 4640726. OLE color: 4640726.
HSL color Cylindrical-coordinate representation of color #D6CF46: hue angle of 57.08º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D6CF46 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 207 | 70 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.16 |
| HSL | 57.08º | 0.64% | 0.56% | - |
| HSV(B) | 57.08º | 0.67% | 0.84% | - |
| XYZ | 51.15 | 59.36 | 14.56 | - |
| YUV | 193.48 | 58.32 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 207 | 70 | 0 | 0.03 | 0.67 | 0.16 | 57.08 | 0.64 | 0.56 |
| Hex | D6 | CF | 46 | 0 | 3 | 43 | 10 | 39 | 40 | 38 |
| Octal | 326 | 317 | 106 | 0 | 3 | 103 | 20 | 71 | 100 | 70 |
| Binary | 11010110 | 11001111 | 1000110 | 0 | 11 | 1000011 | 10000 | 111001 | 1000000 | 111000 |
Color Harmonies of #D6CF46
Complementary color
Monochromatic Colors of #D6CF46
Black with #D6CF46
Text Example
Text Example
White with #D6CF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CF46; }
p { color: rgb(214,207,70); }
H1.HeaderClassName
{
color: #D6CF46;
}
.AnyTagClassName
{
color: #D6CF46;
}
</style>
background-color css
<style>
a { background-color: #D6CF46; }
a { background-color: rgb(214,207,70); }
div.DivClassName
{
background-color: #D6CF46;
}
.BgClassName
{
background-color: #D6CF46;
}
</style>
border-color css
<style>
span { border-color: #D6CF46; }
span { border-color: rgb(214,207,70); }
td.TdClassName
{
border-color: #D6CF46;
}
.TagClassName
{
border-color: #D6CF46;
}
</style>