Shades of Confetti #D6C94C
Tints of Confetti #D6C94C
RGB
CMYK
RGB Variations
Color information
#D6C94C (or 0xD6C94C) is known color: Confetti. HEX triplet: D6, C9 and 4C. RGB value is (214,201,76). Sum of RGB (Red+Green+Blue) = 214+201+76=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 76 (30.08% from 255 or 15.48% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C94C is #2936B3. Grayscale: #BFBFBF. Windows color (decimal): -2700980 or 5032406. OLE color: 5032406.
HSL color Cylindrical-coordinate representation of color #D6C94C: hue angle of 54.35º 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 #D6C94C is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 201 | 76 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.16 |
| HSL | 54.35º | 0.63% | 0.57% | - |
| HSV(B) | 54.35º | 0.64% | 0.84% | - |
| XYZ | 49.92 | 56.59 | 15.13 | - |
| YUV | 190.64 | 63.31 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 201 | 76 | 0 | 0.06 | 0.64 | 0.16 | 54.35 | 0.63 | 0.57 |
| Hex | D6 | C9 | 4C | 0 | 6 | 40 | 10 | 36 | 3F | 39 |
| Octal | 326 | 311 | 114 | 0 | 6 | 100 | 20 | 66 | 77 | 71 |
| Binary | 11010110 | 11001001 | 1001100 | 0 | 110 | 1000000 | 10000 | 110110 | 111111 | 111001 |
Color Harmonies of #D6C94C
Complementary color
Monochromatic Colors of #D6C94C
Black with #D6C94C
Text Example
Text Example
White with #D6C94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C94C; }
p { color: rgb(214,201,76); }
H1.HeaderClassName
{
color: #D6C94C;
}
.AnyTagClassName
{
color: #D6C94C;
}
</style>
background-color css
<style>
a { background-color: #D6C94C; }
a { background-color: rgb(214,201,76); }
div.DivClassName
{
background-color: #D6C94C;
}
.BgClassName
{
background-color: #D6C94C;
}
</style>
border-color css
<style>
span { border-color: #D6C94C; }
span { border-color: rgb(214,201,76); }
td.TdClassName
{
border-color: #D6C94C;
}
.TagClassName
{
border-color: #D6C94C;
}
</style>