Shades of Confetti #D8D645
Tints of Confetti #D8D645
RGB
CMYK
RGB Variations
Color information
#D8D645 (or 0xD8D645) is known color: Confetti. HEX triplet: D8, D6 and 45. RGB value is (216,214,69). Sum of RGB (Red+Green+Blue) = 216+214+69=499 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.29% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 69 (27.34% from 255 or 13.83% from 499); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D645 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D645 is #2729BA. Grayscale: #C6C6C6. Windows color (decimal): -2566587 or 4576984. OLE color: 4576984.
HSL color Cylindrical-coordinate representation of color #D8D645: hue angle of 59.18º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D8D645 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 214 | 69 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.15 |
| HSL | 59.18º | 0.65% | 0.56% | - |
| HSV(B) | 59.18º | 0.68% | 0.85% | - |
| XYZ | 53.44 | 63.12 | 15 | - |
| YUV | 198.07 | 55.16 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 214 | 69 | 0 | 0.01 | 0.68 | 0.15 | 59.18 | 0.65 | 0.56 |
| Hex | D8 | D6 | 45 | 0 | 1 | 44 | F | 3B | 41 | 38 |
| Octal | 330 | 326 | 105 | 0 | 1 | 104 | 17 | 73 | 101 | 70 |
| Binary | 11011000 | 11010110 | 1000101 | 0 | 1 | 1000100 | 1111 | 111011 | 1000001 | 111000 |
Color Harmonies of #D8D645
Complementary color
Monochromatic Colors of #D8D645
Black with #D8D645
Text Example
Text Example
White with #D8D645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D645; }
p { color: rgb(216,214,69); }
H1.HeaderClassName
{
color: #D8D645;
}
.AnyTagClassName
{
color: #D8D645;
}
</style>
background-color css
<style>
a { background-color: #D8D645; }
a { background-color: rgb(216,214,69); }
div.DivClassName
{
background-color: #D8D645;
}
.BgClassName
{
background-color: #D8D645;
}
</style>
border-color css
<style>
span { border-color: #D8D645; }
span { border-color: rgb(216,214,69); }
td.TdClassName
{
border-color: #D8D645;
}
.TagClassName
{
border-color: #D8D645;
}
</style>