Shades of Confetti #D0D350
Tints of Confetti #D0D350
RGB
CMYK
RGB Variations
Color information
#D0D350 (or 0xD0D350) is known color: Confetti. HEX triplet: D0, D3 and 50. RGB value is (208,211,80). Sum of RGB (Red+Green+Blue) = 208+211+80=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 211 (82.81% from 255 or 42.28% from 499); Blue value is 80 (31.64% from 255 or 16.03% from 499); Max value from RGB is 211 - color contains mainly: green. Hex color #D0D350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D350 is #2F2CAF. Grayscale: #C3C3C3. Windows color (decimal): -3091632 or 5297104. OLE color: 5297104.
HSL color Cylindrical-coordinate representation of color #D0D350: hue angle of 61.37º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D0D350 is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 211 | 80 | - |
| CMYK | 0.01 | 0 | 0.62 | 0.17 |
| HSL | 61.37º | 0.6% | 0.57% | - |
| HSV(B) | 61.37º | 0.62% | 0.83% | - |
| XYZ | 50.75 | 60.58 | 16.61 | - |
| YUV | 195.17 | 63.01 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 211 | 80 | 0.01 | 0 | 0.62 | 0.17 | 61.37 | 0.6 | 0.57 |
| Hex | D0 | D3 | 50 | 1 | 0 | 3E | 11 | 3D | 3C | 39 |
| Octal | 320 | 323 | 120 | 1 | 0 | 76 | 21 | 75 | 74 | 71 |
| Binary | 11010000 | 11010011 | 1010000 | 1 | 0 | 111110 | 10001 | 111101 | 111100 | 111001 |
Color Harmonies of #D0D350
Complementary color
Monochromatic Colors of #D0D350
Black with #D0D350
Text Example
Text Example
White with #D0D350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D350; }
p { color: rgb(208,211,80); }
H1.HeaderClassName
{
color: #D0D350;
}
.AnyTagClassName
{
color: #D0D350;
}
</style>
background-color css
<style>
a { background-color: #D0D350; }
a { background-color: rgb(208,211,80); }
div.DivClassName
{
background-color: #D0D350;
}
.BgClassName
{
background-color: #D0D350;
}
</style>
border-color css
<style>
span { border-color: #D0D350; }
span { border-color: rgb(208,211,80); }
td.TdClassName
{
border-color: #D0D350;
}
.TagClassName
{
border-color: #D0D350;
}
</style>