Shades of Confetti #D5D047
Tints of Confetti #D5D047
RGB
CMYK
RGB Variations
Color information
#D5D047 (or 0xD5D047) is known color: Confetti. HEX triplet: D5, D0 and 47. RGB value is (213,208,71). Sum of RGB (Red+Green+Blue) = 213+208+71=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 208 (81.64% from 255 or 42.28% from 492); Blue value is 71 (28.12% from 255 or 14.43% from 492); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D047 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D047 is #2A2FB8. Grayscale: #C2C2C2. Windows color (decimal): -2764729 or 4706517. OLE color: 4706517.
HSL color Cylindrical-coordinate representation of color #D5D047: hue angle of 57.89º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D5D047 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 208 | 71 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.16 |
| HSL | 57.89º | 0.63% | 0.56% | - |
| HSV(B) | 57.89º | 0.67% | 0.84% | - |
| XYZ | 51.13 | 59.71 | 14.79 | - |
| YUV | 193.88 | 58.66 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 208 | 71 | 0 | 0.02 | 0.67 | 0.16 | 57.89 | 0.63 | 0.56 |
| Hex | D5 | D0 | 47 | 0 | 2 | 43 | 10 | 3A | 3F | 38 |
| Octal | 325 | 320 | 107 | 0 | 2 | 103 | 20 | 72 | 77 | 70 |
| Binary | 11010101 | 11010000 | 1000111 | 0 | 10 | 1000011 | 10000 | 111010 | 111111 | 111000 |
Color Harmonies of #D5D047
Complementary color
Monochromatic Colors of #D5D047
Black with #D5D047
Text Example
Text Example
White with #D5D047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D047; }
p { color: rgb(213,208,71); }
H1.HeaderClassName
{
color: #D5D047;
}
.AnyTagClassName
{
color: #D5D047;
}
</style>
background-color css
<style>
a { background-color: #D5D047; }
a { background-color: rgb(213,208,71); }
div.DivClassName
{
background-color: #D5D047;
}
.BgClassName
{
background-color: #D5D047;
}
</style>
border-color css
<style>
span { border-color: #D5D047; }
span { border-color: rgb(213,208,71); }
td.TdClassName
{
border-color: #D5D047;
}
.TagClassName
{
border-color: #D5D047;
}
</style>