Shades of Confetti #D4D148
Tints of Confetti #D4D148
RGB
CMYK
RGB Variations
Color information
#D4D148 (or 0xD4D148) is known color: Confetti. HEX triplet: D4, D1 and 48. RGB value is (212,209,72). Sum of RGB (Red+Green+Blue) = 212+209+72=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 209 (82.03% from 255 or 42.39% from 493); Blue value is 72 (28.52% from 255 or 14.60% from 493); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D148 is #2B2EB7. Grayscale: #C2C2C2. Windows color (decimal): -2830008 or 4772308. OLE color: 4772308.
HSL color Cylindrical-coordinate representation of color #D4D148: hue angle of 58.71º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D4D148 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 209 | 72 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.17 |
| HSL | 58.71º | 0.62% | 0.56% | - |
| HSV(B) | 58.71º | 0.66% | 0.83% | - |
| XYZ | 51.12 | 60.07 | 15.03 | - |
| YUV | 194.28 | 58.99 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 209 | 72 | 0 | 0.01 | 0.66 | 0.17 | 58.71 | 0.62 | 0.56 |
| Hex | D4 | D1 | 48 | 0 | 1 | 42 | 11 | 3B | 3E | 38 |
| Octal | 324 | 321 | 110 | 0 | 1 | 102 | 21 | 73 | 76 | 70 |
| Binary | 11010100 | 11010001 | 1001000 | 0 | 1 | 1000010 | 10001 | 111011 | 111110 | 111000 |
Color Harmonies of #D4D148
Complementary color
Monochromatic Colors of #D4D148
Black with #D4D148
Text Example
Text Example
White with #D4D148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D148; }
p { color: rgb(212,209,72); }
H1.HeaderClassName
{
color: #D4D148;
}
.AnyTagClassName
{
color: #D4D148;
}
</style>
background-color css
<style>
a { background-color: #D4D148; }
a { background-color: rgb(212,209,72); }
div.DivClassName
{
background-color: #D4D148;
}
.BgClassName
{
background-color: #D4D148;
}
</style>
border-color css
<style>
span { border-color: #D4D148; }
span { border-color: rgb(212,209,72); }
td.TdClassName
{
border-color: #D4D148;
}
.TagClassName
{
border-color: #D4D148;
}
</style>