Shades of Confetti #D7C74F
Tints of Confetti #D7C74F
RGB
CMYK
RGB Variations
Color information
#D7C74F (or 0xD7C74F) is known color: Confetti. HEX triplet: D7, C7 and 4F. RGB value is (215,199,79). Sum of RGB (Red+Green+Blue) = 215+199+79=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 199 (78.12% from 255 or 40.37% from 493); Blue value is 79 (31.25% from 255 or 16.02% from 493); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C74F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C74F is #2838B0. Grayscale: #BEBEBE. Windows color (decimal): -2635953 or 5228503. OLE color: 5228503.
HSL color Cylindrical-coordinate representation of color #D7C74F: hue angle of 52.94º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D7C74F is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 199 | 79 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.16 |
| HSL | 52.94º | 0.63% | 0.58% | - |
| HSV(B) | 52.94º | 0.63% | 0.84% | - |
| XYZ | 49.86 | 55.86 | 15.55 | - |
| YUV | 190.1 | 65.3 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 199 | 79 | 0 | 0.07 | 0.63 | 0.16 | 52.94 | 0.63 | 0.58 |
| Hex | D7 | C7 | 4F | 0 | 7 | 3F | 10 | 35 | 3F | 3A |
| Octal | 327 | 307 | 117 | 0 | 7 | 77 | 20 | 65 | 77 | 72 |
| Binary | 11010111 | 11000111 | 1001111 | 0 | 111 | 111111 | 10000 | 110101 | 111111 | 111010 |
Color Harmonies of #D7C74F
Complementary color
Monochromatic Colors of #D7C74F
Black with #D7C74F
Text Example
Text Example
White with #D7C74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C74F; }
p { color: rgb(215,199,79); }
H1.HeaderClassName
{
color: #D7C74F;
}
.AnyTagClassName
{
color: #D7C74F;
}
</style>
background-color css
<style>
a { background-color: #D7C74F; }
a { background-color: rgb(215,199,79); }
div.DivClassName
{
background-color: #D7C74F;
}
.BgClassName
{
background-color: #D7C74F;
}
</style>
border-color css
<style>
span { border-color: #D7C74F; }
span { border-color: rgb(215,199,79); }
td.TdClassName
{
border-color: #D7C74F;
}
.TagClassName
{
border-color: #D7C74F;
}
</style>