Shades of Confetti #D7CF47
Tints of Confetti #D7CF47
RGB
CMYK
RGB Variations
Color information
#D7CF47 (or 0xD7CF47) is known color: Confetti. HEX triplet: D7, CF and 47. RGB value is (215,207,71). Sum of RGB (Red+Green+Blue) = 215+207+71=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 207 (81.25% from 255 or 41.99% from 493); Blue value is 71 (28.12% from 255 or 14.40% from 493); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CF47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CF47 is #2830B8. Grayscale: #C2C2C2. Windows color (decimal): -2633913 or 4706263. OLE color: 4706263.
HSL color Cylindrical-coordinate representation of color #D7CF47: hue angle of 56.67º 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 #D7CF47 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 207 | 71 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.16 |
| HSL | 56.67º | 0.64% | 0.56% | - |
| HSV(B) | 56.67º | 0.67% | 0.84% | - |
| XYZ | 51.47 | 59.53 | 14.74 | - |
| YUV | 193.89 | 58.65 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 207 | 71 | 0 | 0.04 | 0.67 | 0.16 | 56.67 | 0.64 | 0.56 |
| Hex | D7 | CF | 47 | 0 | 4 | 43 | 10 | 39 | 40 | 38 |
| Octal | 327 | 317 | 107 | 0 | 4 | 103 | 20 | 71 | 100 | 70 |
| Binary | 11010111 | 11001111 | 1000111 | 0 | 100 | 1000011 | 10000 | 111001 | 1000000 | 111000 |
Color Harmonies of #D7CF47
Complementary color
Monochromatic Colors of #D7CF47
Black with #D7CF47
Text Example
Text Example
White with #D7CF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CF47; }
p { color: rgb(215,207,71); }
H1.HeaderClassName
{
color: #D7CF47;
}
.AnyTagClassName
{
color: #D7CF47;
}
</style>
background-color css
<style>
a { background-color: #D7CF47; }
a { background-color: rgb(215,207,71); }
div.DivClassName
{
background-color: #D7CF47;
}
.BgClassName
{
background-color: #D7CF47;
}
</style>
border-color css
<style>
span { border-color: #D7CF47; }
span { border-color: rgb(215,207,71); }
td.TdClassName
{
border-color: #D7CF47;
}
.TagClassName
{
border-color: #D7CF47;
}
</style>