Shades of Confetti #D6CF47
Tints of Confetti #D6CF47
RGB
CMYK
RGB Variations
Color information
#D6CF47 (or 0xD6CF47) is known color: Confetti. HEX triplet: D6, CF and 47. RGB value is (214,207,71). Sum of RGB (Red+Green+Blue) = 214+207+71=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 207 (81.25% from 255 or 42.07% from 492); Blue value is 71 (28.12% from 255 or 14.43% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CF47 is #2930B8. Grayscale: #C2C2C2. Windows color (decimal): -2699449 or 4706262. OLE color: 4706262.
HSL color Cylindrical-coordinate representation of color #D6CF47: hue angle of 57.06º 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 #D6CF47 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 207 | 71 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.16 |
| HSL | 57.06º | 0.64% | 0.56% | - |
| HSV(B) | 57.06º | 0.67% | 0.84% | - |
| XYZ | 51.18 | 59.38 | 14.72 | - |
| YUV | 193.59 | 58.82 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 207 | 71 | 0 | 0.03 | 0.67 | 0.16 | 57.06 | 0.64 | 0.56 |
| Hex | D6 | CF | 47 | 0 | 3 | 43 | 10 | 39 | 40 | 38 |
| Octal | 326 | 317 | 107 | 0 | 3 | 103 | 20 | 71 | 100 | 70 |
| Binary | 11010110 | 11001111 | 1000111 | 0 | 11 | 1000011 | 10000 | 111001 | 1000000 | 111000 |
Color Harmonies of #D6CF47
Complementary color
Monochromatic Colors of #D6CF47
Black with #D6CF47
Text Example
Text Example
White with #D6CF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CF47; }
p { color: rgb(214,207,71); }
H1.HeaderClassName
{
color: #D6CF47;
}
.AnyTagClassName
{
color: #D6CF47;
}
</style>
background-color css
<style>
a { background-color: #D6CF47; }
a { background-color: rgb(214,207,71); }
div.DivClassName
{
background-color: #D6CF47;
}
.BgClassName
{
background-color: #D6CF47;
}
</style>
border-color css
<style>
span { border-color: #D6CF47; }
span { border-color: rgb(214,207,71); }
td.TdClassName
{
border-color: #D6CF47;
}
.TagClassName
{
border-color: #D6CF47;
}
</style>