Shades of Confetti #D5D149
Tints of Confetti #D5D149
RGB
CMYK
RGB Variations
Color information
#D5D149 (or 0xD5D149) is known color: Confetti. HEX triplet: D5, D1 and 49. RGB value is (213,209,73). Sum of RGB (Red+Green+Blue) = 213+209+73=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 209 (82.03% from 255 or 42.22% from 495); Blue value is 73 (28.91% from 255 or 14.75% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D149 is #2A2EB6. Grayscale: #C3C3C3. Windows color (decimal): -2764471 or 4837845. OLE color: 4837845.
HSL color Cylindrical-coordinate representation of color #D5D149: hue angle of 58.29º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D5D149 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 209 | 73 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.16 |
| HSL | 58.29º | 0.63% | 0.56% | - |
| HSV(B) | 58.29º | 0.66% | 0.84% | - |
| XYZ | 51.44 | 60.23 | 15.22 | - |
| YUV | 194.69 | 59.33 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 209 | 73 | 0 | 0.02 | 0.66 | 0.16 | 58.29 | 0.63 | 0.56 |
| Hex | D5 | D1 | 49 | 0 | 2 | 42 | 10 | 3A | 3E | 38 |
| Octal | 325 | 321 | 111 | 0 | 2 | 102 | 20 | 72 | 76 | 70 |
| Binary | 11010101 | 11010001 | 1001001 | 0 | 10 | 1000010 | 10000 | 111010 | 111110 | 111000 |
Color Harmonies of #D5D149
Complementary color
Monochromatic Colors of #D5D149
Black with #D5D149
Text Example
Text Example
White with #D5D149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D149; }
p { color: rgb(213,209,73); }
H1.HeaderClassName
{
color: #D5D149;
}
.AnyTagClassName
{
color: #D5D149;
}
</style>
background-color css
<style>
a { background-color: #D5D149; }
a { background-color: rgb(213,209,73); }
div.DivClassName
{
background-color: #D5D149;
}
.BgClassName
{
background-color: #D5D149;
}
</style>
border-color css
<style>
span { border-color: #D5D149; }
span { border-color: rgb(213,209,73); }
td.TdClassName
{
border-color: #D5D149;
}
.TagClassName
{
border-color: #D5D149;
}
</style>