Shades of Confetti #D6C445
Tints of Confetti #D6C445
RGB
CMYK
RGB Variations
Color information
#D6C445 (or 0xD6C445) is known color: Confetti. HEX triplet: D6, C4 and 45. RGB value is (214,196,69). Sum of RGB (Red+Green+Blue) = 214+196+69=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 196 (76.95% from 255 or 40.92% from 479); Blue value is 69 (27.34% from 255 or 14.41% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C445 is #293BBA. Grayscale: #BBBBBB. Windows color (decimal): -2702267 or 4572374. OLE color: 4572374.
HSL color Cylindrical-coordinate representation of color #D6C445: hue angle of 52.55º 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 #D6C445 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 196 | 69 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.16 |
| HSL | 52.55º | 0.64% | 0.55% | - |
| HSV(B) | 52.55º | 0.68% | 0.84% | - |
| XYZ | 48.55 | 54.21 | 13.53 | - |
| YUV | 186.9 | 61.46 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 196 | 69 | 0 | 0.08 | 0.68 | 0.16 | 52.55 | 0.64 | 0.55 |
| Hex | D6 | C4 | 45 | 0 | 8 | 44 | 10 | 35 | 40 | 37 |
| Octal | 326 | 304 | 105 | 0 | 10 | 104 | 20 | 65 | 100 | 67 |
| Binary | 11010110 | 11000100 | 1000101 | 0 | 1000 | 1000100 | 10000 | 110101 | 1000000 | 110111 |
Color Harmonies of #D6C445
Complementary color
Monochromatic Colors of #D6C445
Black with #D6C445
Text Example
Text Example
White with #D6C445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C445; }
p { color: rgb(214,196,69); }
H1.HeaderClassName
{
color: #D6C445;
}
.AnyTagClassName
{
color: #D6C445;
}
</style>
background-color css
<style>
a { background-color: #D6C445; }
a { background-color: rgb(214,196,69); }
div.DivClassName
{
background-color: #D6C445;
}
.BgClassName
{
background-color: #D6C445;
}
</style>
border-color css
<style>
span { border-color: #D6C445; }
span { border-color: rgb(214,196,69); }
td.TdClassName
{
border-color: #D6C445;
}
.TagClassName
{
border-color: #D6C445;
}
</style>