Shades of Confetti #D7C04E
Tints of Confetti #D7C04E
RGB
CMYK
RGB Variations
Color information
#D7C04E (or 0xD7C04E) is known color: Confetti. HEX triplet: D7, C0 and 4E. RGB value is (215,192,78). Sum of RGB (Red+Green+Blue) = 215+192+78=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 78 (30.86% from 255 or 16.08% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C04E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C04E is #283FB1. Grayscale: #BABABA. Windows color (decimal): -2637746 or 5161175. OLE color: 5161175.
HSL color Cylindrical-coordinate representation of color #D7C04E: hue angle of 49.93º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D7C04E is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 192 | 78 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.16 |
| HSL | 49.93º | 0.63% | 0.57% | - |
| HSV(B) | 49.93º | 0.64% | 0.84% | - |
| XYZ | 48.25 | 52.7 | 14.84 | - |
| YUV | 185.88 | 67.12 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 192 | 78 | 0 | 0.11 | 0.64 | 0.16 | 49.93 | 0.63 | 0.57 |
| Hex | D7 | C0 | 4E | 0 | B | 40 | 10 | 32 | 3F | 39 |
| Octal | 327 | 300 | 116 | 0 | 13 | 100 | 20 | 62 | 77 | 71 |
| Binary | 11010111 | 11000000 | 1001110 | 0 | 1011 | 1000000 | 10000 | 110010 | 111111 | 111001 |
Color Harmonies of #D7C04E
Complementary color
Monochromatic Colors of #D7C04E
Black with #D7C04E
Text Example
Text Example
White with #D7C04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C04E; }
p { color: rgb(215,192,78); }
H1.HeaderClassName
{
color: #D7C04E;
}
.AnyTagClassName
{
color: #D7C04E;
}
</style>
background-color css
<style>
a { background-color: #D7C04E; }
a { background-color: rgb(215,192,78); }
div.DivClassName
{
background-color: #D7C04E;
}
.BgClassName
{
background-color: #D7C04E;
}
</style>
border-color css
<style>
span { border-color: #D7C04E; }
span { border-color: rgb(215,192,78); }
td.TdClassName
{
border-color: #D7C04E;
}
.TagClassName
{
border-color: #D7C04E;
}
</style>