Shades of Confetti #D6C64D
Tints of Confetti #D6C64D
RGB
CMYK
RGB Variations
Color information
#D6C64D (or 0xD6C64D) is known color: Confetti. HEX triplet: D6, C6 and 4D. RGB value is (214,198,77). Sum of RGB (Red+Green+Blue) = 214+198+77=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 198 (77.73% from 255 or 40.49% from 489); Blue value is 77 (30.47% from 255 or 15.75% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C64D is #2939B2. Grayscale: #BDBDBD. Windows color (decimal): -2701747 or 5097174. OLE color: 5097174.
HSL color Cylindrical-coordinate representation of color #D6C64D: hue angle of 52.99º 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 #D6C64D is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 198 | 77 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.16 |
| HSL | 52.99º | 0.63% | 0.57% | - |
| HSV(B) | 52.99º | 0.64% | 0.84% | - |
| XYZ | 49.27 | 55.22 | 15.08 | - |
| YUV | 188.99 | 64.8 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 198 | 77 | 0 | 0.07 | 0.64 | 0.16 | 52.99 | 0.63 | 0.57 |
| Hex | D6 | C6 | 4D | 0 | 7 | 40 | 10 | 35 | 3F | 39 |
| Octal | 326 | 306 | 115 | 0 | 7 | 100 | 20 | 65 | 77 | 71 |
| Binary | 11010110 | 11000110 | 1001101 | 0 | 111 | 1000000 | 10000 | 110101 | 111111 | 111001 |
Color Harmonies of #D6C64D
Complementary color
Monochromatic Colors of #D6C64D
Black with #D6C64D
Text Example
Text Example
White with #D6C64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C64D; }
p { color: rgb(214,198,77); }
H1.HeaderClassName
{
color: #D6C64D;
}
.AnyTagClassName
{
color: #D6C64D;
}
</style>
background-color css
<style>
a { background-color: #D6C64D; }
a { background-color: rgb(214,198,77); }
div.DivClassName
{
background-color: #D6C64D;
}
.BgClassName
{
background-color: #D6C64D;
}
</style>
border-color css
<style>
span { border-color: #D6C64D; }
span { border-color: rgb(214,198,77); }
td.TdClassName
{
border-color: #D6C64D;
}
.TagClassName
{
border-color: #D6C64D;
}
</style>