Shades of Confetti #D5C853
Tints of Confetti #D5C853
RGB
CMYK
RGB Variations
Color information
#D5C853 (or 0xD5C853) is known color: Confetti. HEX triplet: D5, C8 and 53. RGB value is (213,200,83). Sum of RGB (Red+Green+Blue) = 213+200+83=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 200 (78.52% from 255 or 40.32% from 496); Blue value is 83 (32.81% from 255 or 16.73% from 496); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C853 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C853 is #2A37AC. Grayscale: #BFBFBF. Windows color (decimal): -2766765 or 5490901. OLE color: 5490901.
HSL color Cylindrical-coordinate representation of color #D5C853: hue angle of 54º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D5C853 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 200 | 83 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.16 |
| HSL | 54º | 0.61% | 0.58% | - |
| HSV(B) | 54º | 0.61% | 0.84% | - |
| XYZ | 49.66 | 56.08 | 16.39 | - |
| YUV | 190.55 | 67.31 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 200 | 83 | 0 | 0.06 | 0.61 | 0.16 | 54 | 0.61 | 0.58 |
| Hex | D5 | C8 | 53 | 0 | 6 | 3D | 10 | 36 | 3D | 3A |
| Octal | 325 | 310 | 123 | 0 | 6 | 75 | 20 | 66 | 75 | 72 |
| Binary | 11010101 | 11001000 | 1010011 | 0 | 110 | 111101 | 10000 | 110110 | 111101 | 111010 |
Color Harmonies of #D5C853
Complementary color
Monochromatic Colors of #D5C853
Black with #D5C853
Text Example
Text Example
White with #D5C853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C853; }
p { color: rgb(213,200,83); }
H1.HeaderClassName
{
color: #D5C853;
}
.AnyTagClassName
{
color: #D5C853;
}
</style>
background-color css
<style>
a { background-color: #D5C853; }
a { background-color: rgb(213,200,83); }
div.DivClassName
{
background-color: #D5C853;
}
.BgClassName
{
background-color: #D5C853;
}
</style>
border-color css
<style>
span { border-color: #D5C853; }
span { border-color: rgb(213,200,83); }
td.TdClassName
{
border-color: #D5C853;
}
.TagClassName
{
border-color: #D5C853;
}
</style>