Shades of Confetti #D0C550
Tints of Confetti #D0C550
RGB
CMYK
RGB Variations
Color information
#D0C550 (or 0xD0C550) is known color: Confetti. HEX triplet: D0, C5 and 50. RGB value is (208,197,80). Sum of RGB (Red+Green+Blue) = 208+197+80=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 80 (31.64% from 255 or 16.49% from 485); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C550 is #2F3AAF. Grayscale: #BBBBBB. Windows color (decimal): -3095216 or 5293520. OLE color: 5293520.
HSL color Cylindrical-coordinate representation of color #D0C550: hue angle of 54.84º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D0C550 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 197 | 80 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.18 |
| HSL | 54.84º | 0.58% | 0.56% | - |
| HSV(B) | 54.84º | 0.62% | 0.82% | - |
| XYZ | 47.43 | 53.92 | 15.5 | - |
| YUV | 186.95 | 67.64 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 197 | 80 | 0 | 0.05 | 0.62 | 0.18 | 54.84 | 0.58 | 0.56 |
| Hex | D0 | C5 | 50 | 0 | 5 | 3E | 12 | 37 | 3A | 38 |
| Octal | 320 | 305 | 120 | 0 | 5 | 76 | 22 | 67 | 72 | 70 |
| Binary | 11010000 | 11000101 | 1010000 | 0 | 101 | 111110 | 10010 | 110111 | 111010 | 111000 |
Color Harmonies of #D0C550
Complementary color
Monochromatic Colors of #D0C550
Black with #D0C550
Text Example
Text Example
White with #D0C550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C550; }
p { color: rgb(208,197,80); }
H1.HeaderClassName
{
color: #D0C550;
}
.AnyTagClassName
{
color: #D0C550;
}
</style>
background-color css
<style>
a { background-color: #D0C550; }
a { background-color: rgb(208,197,80); }
div.DivClassName
{
background-color: #D0C550;
}
.BgClassName
{
background-color: #D0C550;
}
</style>
border-color css
<style>
span { border-color: #D0C550; }
span { border-color: rgb(208,197,80); }
td.TdClassName
{
border-color: #D0C550;
}
.TagClassName
{
border-color: #D0C550;
}
</style>