Shades of Confetti #D5C848
Tints of Confetti #D5C848
RGB
CMYK
RGB Variations
Color information
#D5C848 (or 0xD5C848) is known color: Confetti. HEX triplet: D5, C8 and 48. RGB value is (213,200,72). Sum of RGB (Red+Green+Blue) = 213+200+72=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 200 (78.52% from 255 or 41.24% from 485); Blue value is 72 (28.52% from 255 or 14.85% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C848 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C848 is #2A37B7. Grayscale: #BDBDBD. Windows color (decimal): -2766776 or 4770005. OLE color: 4770005.
HSL color Cylindrical-coordinate representation of color #D5C848: hue angle of 54.47º degrees, saturation: 0.63, 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 #D5C848 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 200 | 72 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.16 |
| HSL | 54.47º | 0.63% | 0.56% | - |
| HSV(B) | 54.47º | 0.66% | 0.84% | - |
| XYZ | 49.26 | 55.92 | 14.33 | - |
| YUV | 189.3 | 61.81 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 200 | 72 | 0 | 0.06 | 0.66 | 0.16 | 54.47 | 0.63 | 0.56 |
| Hex | D5 | C8 | 48 | 0 | 6 | 42 | 10 | 36 | 3F | 38 |
| Octal | 325 | 310 | 110 | 0 | 6 | 102 | 20 | 66 | 77 | 70 |
| Binary | 11010101 | 11001000 | 1001000 | 0 | 110 | 1000010 | 10000 | 110110 | 111111 | 111000 |
Color Harmonies of #D5C848
Complementary color
Monochromatic Colors of #D5C848
Black with #D5C848
Text Example
Text Example
White with #D5C848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C848; }
p { color: rgb(213,200,72); }
H1.HeaderClassName
{
color: #D5C848;
}
.AnyTagClassName
{
color: #D5C848;
}
</style>
background-color css
<style>
a { background-color: #D5C848; }
a { background-color: rgb(213,200,72); }
div.DivClassName
{
background-color: #D5C848;
}
.BgClassName
{
background-color: #D5C848;
}
</style>
border-color css
<style>
span { border-color: #D5C848; }
span { border-color: rgb(213,200,72); }
td.TdClassName
{
border-color: #D5C848;
}
.TagClassName
{
border-color: #D5C848;
}
</style>