Shades of Confetti #D7C74A
Tints of Confetti #D7C74A
RGB
CMYK
RGB Variations
Color information
#D7C74A (or 0xD7C74A) is known color: Confetti. HEX triplet: D7, C7 and 4A. RGB value is (215,199,74). Sum of RGB (Red+Green+Blue) = 215+199+74=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 199 (78.12% from 255 or 40.78% from 488); Blue value is 74 (29.30% from 255 or 15.16% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C74A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7C74A is #2838B5. Grayscale: #BEBEBE. Windows color (decimal): -2635958 or 4900823. OLE color: 4900823.
HSL color Cylindrical-coordinate representation of color #D7C74A: hue angle of 53.19º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D7C74A is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 199 | 74 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.16 |
| HSL | 53.19º | 0.64% | 0.57% | - |
| HSV(B) | 53.19º | 0.66% | 0.84% | - |
| XYZ | 49.68 | 55.79 | 14.63 | - |
| YUV | 189.53 | 62.8 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 199 | 74 | 0 | 0.07 | 0.66 | 0.16 | 53.19 | 0.64 | 0.57 |
| Hex | D7 | C7 | 4A | 0 | 7 | 42 | 10 | 35 | 40 | 39 |
| Octal | 327 | 307 | 112 | 0 | 7 | 102 | 20 | 65 | 100 | 71 |
| Binary | 11010111 | 11000111 | 1001010 | 0 | 111 | 1000010 | 10000 | 110101 | 1000000 | 111001 |
Color Harmonies of #D7C74A
Complementary color
Monochromatic Colors of #D7C74A
Black with #D7C74A
Text Example
Text Example
White with #D7C74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C74A; }
p { color: rgb(215,199,74); }
H1.HeaderClassName
{
color: #D7C74A;
}
.AnyTagClassName
{
color: #D7C74A;
}
</style>
background-color css
<style>
a { background-color: #D7C74A; }
a { background-color: rgb(215,199,74); }
div.DivClassName
{
background-color: #D7C74A;
}
.BgClassName
{
background-color: #D7C74A;
}
</style>
border-color css
<style>
span { border-color: #D7C74A; }
span { border-color: rgb(215,199,74); }
td.TdClassName
{
border-color: #D7C74A;
}
.TagClassName
{
border-color: #D7C74A;
}
</style>