Shades of Confetti #D6C74C
Tints of Confetti #D6C74C
RGB
CMYK
RGB Variations
Color information
#D6C74C (or 0xD6C74C) is known color: Confetti. HEX triplet: D6, C7 and 4C. RGB value is (214,199,76). Sum of RGB (Red+Green+Blue) = 214+199+76=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 199 (78.12% from 255 or 40.70% from 489); Blue value is 76 (30.08% from 255 or 15.54% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C74C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C74C is #2938B3. Grayscale: #BDBDBD. Windows color (decimal): -2701492 or 5031894. OLE color: 5031894.
HSL color Cylindrical-coordinate representation of color #D6C74C: hue angle of 53.48º 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 #D6C74C is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 199 | 76 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.16 |
| HSL | 53.48º | 0.63% | 0.57% | - |
| HSV(B) | 53.48º | 0.64% | 0.84% | - |
| XYZ | 49.46 | 55.66 | 14.98 | - |
| YUV | 189.46 | 63.97 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 199 | 76 | 0 | 0.07 | 0.64 | 0.16 | 53.48 | 0.63 | 0.57 |
| Hex | D6 | C7 | 4C | 0 | 7 | 40 | 10 | 35 | 3F | 39 |
| Octal | 326 | 307 | 114 | 0 | 7 | 100 | 20 | 65 | 77 | 71 |
| Binary | 11010110 | 11000111 | 1001100 | 0 | 111 | 1000000 | 10000 | 110101 | 111111 | 111001 |
Color Harmonies of #D6C74C
Complementary color
Monochromatic Colors of #D6C74C
Black with #D6C74C
Text Example
Text Example
White with #D6C74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C74C; }
p { color: rgb(214,199,76); }
H1.HeaderClassName
{
color: #D6C74C;
}
.AnyTagClassName
{
color: #D6C74C;
}
</style>
background-color css
<style>
a { background-color: #D6C74C; }
a { background-color: rgb(214,199,76); }
div.DivClassName
{
background-color: #D6C74C;
}
.BgClassName
{
background-color: #D6C74C;
}
</style>
border-color css
<style>
span { border-color: #D6C74C; }
span { border-color: rgb(214,199,76); }
td.TdClassName
{
border-color: #D6C74C;
}
.TagClassName
{
border-color: #D6C74C;
}
</style>