Shades of Confetti #D6C044
Tints of Confetti #D6C044
RGB
CMYK
RGB Variations
Color information
#D6C044 (or 0xD6C044) is known color: Confetti. HEX triplet: D6, C0 and 44. RGB value is (214,192,68). Sum of RGB (Red+Green+Blue) = 214+192+68=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 68 (26.95% from 255 or 14.35% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C044 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C044 is #293FBB. Grayscale: #B8B8B8. Windows color (decimal): -2703292 or 4505814. OLE color: 4505814.
HSL color Cylindrical-coordinate representation of color #D6C044: hue angle of 50.96º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D6C044 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 192 | 68 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.16 |
| HSL | 50.96º | 0.64% | 0.55% | - |
| HSV(B) | 50.96º | 0.68% | 0.84% | - |
| XYZ | 47.62 | 52.41 | 13.08 | - |
| YUV | 184.44 | 62.29 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 192 | 68 | 0 | 0.10 | 0.68 | 0.16 | 50.96 | 0.64 | 0.55 |
| Hex | D6 | C0 | 44 | 0 | A | 44 | 10 | 33 | 40 | 37 |
| Octal | 326 | 300 | 104 | 0 | 12 | 104 | 20 | 63 | 100 | 67 |
| Binary | 11010110 | 11000000 | 1000100 | 0 | 1010 | 1000100 | 10000 | 110011 | 1000000 | 110111 |
Color Harmonies of #D6C044
Complementary color
Monochromatic Colors of #D6C044
Black with #D6C044
Text Example
Text Example
White with #D6C044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C044; }
p { color: rgb(214,192,68); }
H1.HeaderClassName
{
color: #D6C044;
}
.AnyTagClassName
{
color: #D6C044;
}
</style>
background-color css
<style>
a { background-color: #D6C044; }
a { background-color: rgb(214,192,68); }
div.DivClassName
{
background-color: #D6C044;
}
.BgClassName
{
background-color: #D6C044;
}
</style>
border-color css
<style>
span { border-color: #D6C044; }
span { border-color: rgb(214,192,68); }
td.TdClassName
{
border-color: #D6C044;
}
.TagClassName
{
border-color: #D6C044;
}
</style>