Shades of Confetti #D6C14C
Tints of Confetti #D6C14C
RGB
CMYK
RGB Variations
Color information
#D6C14C (or 0xD6C14C) is known color: Confetti. HEX triplet: D6, C1 and 4C. RGB value is (214,193,76). Sum of RGB (Red+Green+Blue) = 214+193+76=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 193 (75.78% from 255 or 39.96% from 483); Blue value is 76 (30.08% from 255 or 15.73% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C14C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C14C is #293EB3. Grayscale: #BABABA. Windows color (decimal): -2703028 or 5030358. OLE color: 5030358.
HSL color Cylindrical-coordinate representation of color #D6C14C: hue angle of 50.87º 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 #D6C14C is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 193 | 76 | - |
| CMYK | 0 | 0.10 | 0.64 | 0.16 |
| HSL | 50.87º | 0.63% | 0.57% | - |
| HSV(B) | 50.87º | 0.64% | 0.84% | - |
| XYZ | 48.11 | 52.96 | 14.52 | - |
| YUV | 185.94 | 65.96 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 193 | 76 | 0 | 0.10 | 0.64 | 0.16 | 50.87 | 0.63 | 0.57 |
| Hex | D6 | C1 | 4C | 0 | A | 40 | 10 | 33 | 3F | 39 |
| Octal | 326 | 301 | 114 | 0 | 12 | 100 | 20 | 63 | 77 | 71 |
| Binary | 11010110 | 11000001 | 1001100 | 0 | 1010 | 1000000 | 10000 | 110011 | 111111 | 111001 |
Color Harmonies of #D6C14C
Complementary color
Monochromatic Colors of #D6C14C
Black with #D6C14C
Text Example
Text Example
White with #D6C14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C14C; }
p { color: rgb(214,193,76); }
H1.HeaderClassName
{
color: #D6C14C;
}
.AnyTagClassName
{
color: #D6C14C;
}
</style>
background-color css
<style>
a { background-color: #D6C14C; }
a { background-color: rgb(214,193,76); }
div.DivClassName
{
background-color: #D6C14C;
}
.BgClassName
{
background-color: #D6C14C;
}
</style>
border-color css
<style>
span { border-color: #D6C14C; }
span { border-color: rgb(214,193,76); }
td.TdClassName
{
border-color: #D6C14C;
}
.TagClassName
{
border-color: #D6C14C;
}
</style>