Shades of Confetti #D2C64D
Tints of Confetti #D2C64D
RGB
CMYK
RGB Variations
Color information
#D2C64D (or 0xD2C64D) is known color: Confetti. HEX triplet: D2, C6 and 4D. RGB value is (210,198,77). Sum of RGB (Red+Green+Blue) = 210+198+77=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 198 (77.73% from 255 or 40.82% from 485); Blue value is 77 (30.47% from 255 or 15.88% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C64D is #2D39B2. Grayscale: #BCBCBC. Windows color (decimal): -2963891 or 5097170. OLE color: 5097170.
HSL color Cylindrical-coordinate representation of color #D2C64D: hue angle of 54.59º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D2C64D is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 198 | 77 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.18 |
| HSL | 54.59º | 0.6% | 0.56% | - |
| HSV(B) | 54.59º | 0.63% | 0.82% | - |
| XYZ | 48.11 | 54.63 | 15.03 | - |
| YUV | 187.79 | 65.48 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 198 | 77 | 0 | 0.06 | 0.63 | 0.18 | 54.59 | 0.6 | 0.56 |
| Hex | D2 | C6 | 4D | 0 | 6 | 3F | 12 | 37 | 3C | 38 |
| Octal | 322 | 306 | 115 | 0 | 6 | 77 | 22 | 67 | 74 | 70 |
| Binary | 11010010 | 11000110 | 1001101 | 0 | 110 | 111111 | 10010 | 110111 | 111100 | 111000 |
Color Harmonies of #D2C64D
Complementary color
Monochromatic Colors of #D2C64D
Black with #D2C64D
Text Example
Text Example
White with #D2C64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C64D; }
p { color: rgb(210,198,77); }
H1.HeaderClassName
{
color: #D2C64D;
}
.AnyTagClassName
{
color: #D2C64D;
}
</style>
background-color css
<style>
a { background-color: #D2C64D; }
a { background-color: rgb(210,198,77); }
div.DivClassName
{
background-color: #D2C64D;
}
.BgClassName
{
background-color: #D2C64D;
}
</style>
border-color css
<style>
span { border-color: #D2C64D; }
span { border-color: rgb(210,198,77); }
td.TdClassName
{
border-color: #D2C64D;
}
.TagClassName
{
border-color: #D2C64D;
}
</style>