Shades of Confetti #D0CD50
Tints of Confetti #D0CD50
RGB
CMYK
RGB Variations
Color information
#D0CD50 (or 0xD0CD50) is known color: Confetti. HEX triplet: D0, CD and 50. RGB value is (208,205,80). Sum of RGB (Red+Green+Blue) = 208+205+80=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 80 (31.64% from 255 or 16.23% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CD50 is #2F32AF. Grayscale: #C0C0C0. Windows color (decimal): -3093168 or 5295568. OLE color: 5295568.
HSL color Cylindrical-coordinate representation of color #D0CD50: hue angle of 58.59º 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 #D0CD50 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 205 | 80 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.18 |
| HSL | 58.59º | 0.58% | 0.56% | - |
| HSV(B) | 58.59º | 0.62% | 0.82% | - |
| XYZ | 49.29 | 57.65 | 16.12 | - |
| YUV | 191.65 | 64.99 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 205 | 80 | 0 | 0.01 | 0.62 | 0.18 | 58.59 | 0.58 | 0.56 |
| Hex | D0 | CD | 50 | 0 | 1 | 3E | 12 | 3B | 3A | 38 |
| Octal | 320 | 315 | 120 | 0 | 1 | 76 | 22 | 73 | 72 | 70 |
| Binary | 11010000 | 11001101 | 1010000 | 0 | 1 | 111110 | 10010 | 111011 | 111010 | 111000 |
Color Harmonies of #D0CD50
Complementary color
Monochromatic Colors of #D0CD50
Black with #D0CD50
Text Example
Text Example
White with #D0CD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CD50; }
p { color: rgb(208,205,80); }
H1.HeaderClassName
{
color: #D0CD50;
}
.AnyTagClassName
{
color: #D0CD50;
}
</style>
background-color css
<style>
a { background-color: #D0CD50; }
a { background-color: rgb(208,205,80); }
div.DivClassName
{
background-color: #D0CD50;
}
.BgClassName
{
background-color: #D0CD50;
}
</style>
border-color css
<style>
span { border-color: #D0CD50; }
span { border-color: rgb(208,205,80); }
td.TdClassName
{
border-color: #D0CD50;
}
.TagClassName
{
border-color: #D0CD50;
}
</style>