Shades of Confetti #D5C650
Tints of Confetti #D5C650
RGB
CMYK
RGB Variations
Color information
#D5C650 (or 0xD5C650) is known color: Confetti. HEX triplet: D5, C6 and 50. RGB value is (213,198,80). Sum of RGB (Red+Green+Blue) = 213+198+80=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 80 (31.64% from 255 or 16.29% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C650 is #2A39AF. Grayscale: #BDBDBD. Windows color (decimal): -2767280 or 5293781. OLE color: 5293781.
HSL color Cylindrical-coordinate representation of color #D5C650: hue angle of 53.23º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D5C650 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 198 | 80 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.16 |
| HSL | 53.23º | 0.61% | 0.57% | - |
| HSV(B) | 53.23º | 0.62% | 0.84% | - |
| XYZ | 49.08 | 55.11 | 15.64 | - |
| YUV | 189.03 | 66.47 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 198 | 80 | 0 | 0.07 | 0.62 | 0.16 | 53.23 | 0.61 | 0.57 |
| Hex | D5 | C6 | 50 | 0 | 7 | 3E | 10 | 35 | 3D | 39 |
| Octal | 325 | 306 | 120 | 0 | 7 | 76 | 20 | 65 | 75 | 71 |
| Binary | 11010101 | 11000110 | 1010000 | 0 | 111 | 111110 | 10000 | 110101 | 111101 | 111001 |
Color Harmonies of #D5C650
Complementary color
Monochromatic Colors of #D5C650
Black with #D5C650
Text Example
Text Example
White with #D5C650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C650; }
p { color: rgb(213,198,80); }
H1.HeaderClassName
{
color: #D5C650;
}
.AnyTagClassName
{
color: #D5C650;
}
</style>
background-color css
<style>
a { background-color: #D5C650; }
a { background-color: rgb(213,198,80); }
div.DivClassName
{
background-color: #D5C650;
}
.BgClassName
{
background-color: #D5C650;
}
</style>
border-color css
<style>
span { border-color: #D5C650; }
span { border-color: rgb(213,198,80); }
td.TdClassName
{
border-color: #D5C650;
}
.TagClassName
{
border-color: #D5C650;
}
</style>