Shades of Confetti #D8CF46
Tints of Confetti #D8CF46
RGB
CMYK
RGB Variations
Color information
#D8CF46 (or 0xD8CF46) is known color: Confetti. HEX triplet: D8, CF and 46. RGB value is (216,207,70). Sum of RGB (Red+Green+Blue) = 216+207+70=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 207 (81.25% from 255 or 41.99% from 493); Blue value is 70 (27.73% from 255 or 14.20% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CF46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CF46 is #2730B9. Grayscale: #C2C2C2. Windows color (decimal): -2568378 or 4640728. OLE color: 4640728.
HSL color Cylindrical-coordinate representation of color #D8CF46: hue angle of 56.3º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D8CF46 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 207 | 70 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.15 |
| HSL | 56.3º | 0.65% | 0.56% | - |
| HSV(B) | 56.3º | 0.68% | 0.85% | - |
| XYZ | 51.74 | 59.67 | 14.58 | - |
| YUV | 194.07 | 57.98 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 207 | 70 | 0 | 0.04 | 0.68 | 0.15 | 56.3 | 0.65 | 0.56 |
| Hex | D8 | CF | 46 | 0 | 4 | 44 | F | 38 | 41 | 38 |
| Octal | 330 | 317 | 106 | 0 | 4 | 104 | 17 | 70 | 101 | 70 |
| Binary | 11011000 | 11001111 | 1000110 | 0 | 100 | 1000100 | 1111 | 111000 | 1000001 | 111000 |
Color Harmonies of #D8CF46
Complementary color
Monochromatic Colors of #D8CF46
Black with #D8CF46
Text Example
Text Example
White with #D8CF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CF46; }
p { color: rgb(216,207,70); }
H1.HeaderClassName
{
color: #D8CF46;
}
.AnyTagClassName
{
color: #D8CF46;
}
</style>
background-color css
<style>
a { background-color: #D8CF46; }
a { background-color: rgb(216,207,70); }
div.DivClassName
{
background-color: #D8CF46;
}
.BgClassName
{
background-color: #D8CF46;
}
</style>
border-color css
<style>
span { border-color: #D8CF46; }
span { border-color: rgb(216,207,70); }
td.TdClassName
{
border-color: #D8CF46;
}
.TagClassName
{
border-color: #D8CF46;
}
</style>