Shades of Confetti #D0D053
Tints of Confetti #D0D053
RGB
CMYK
RGB Variations
Color information
#D0D053 (or 0xD0D053) is known color: Confetti. HEX triplet: D0, D0 and 53. RGB value is (208,208,83). Sum of RGB (Red+Green+Blue) = 208+208+83=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 83 (32.81% from 255 or 16.63% from 499); Max value from RGB is 208 - color contains mainly: red, green. Hex color #D0D053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D053 is #2F2FAC. Grayscale: #C2C2C2. Windows color (decimal): -3092397 or 5492944. OLE color: 5492944.
HSL color Cylindrical-coordinate representation of color #D0D053: hue angle of 60º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D0D053 is Cyan = 0, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 208 | 83 | - |
| CMYK | 0 | 0 | 0.60 | 0.18 |
| HSL | 60º | 0.57% | 0.57% | - |
| HSV(B) | 60º | 0.6% | 0.82% | - |
| XYZ | 50.13 | 59.15 | 16.96 | - |
| YUV | 193.75 | 65.5 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 208 | 83 | 0 | 0 | 0.60 | 0.18 | 60 | 0.57 | 0.57 |
| Hex | D0 | D0 | 53 | 0 | 0 | 3C | 12 | 3C | 39 | 39 |
| Octal | 320 | 320 | 123 | 0 | 0 | 74 | 22 | 74 | 71 | 71 |
| Binary | 11010000 | 11010000 | 1010011 | 0 | 0 | 111100 | 10010 | 111100 | 111001 | 111001 |
Color Harmonies of #D0D053
Complementary color
Monochromatic Colors of #D0D053
Black with #D0D053
Text Example
Text Example
White with #D0D053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D053; }
p { color: rgb(208,208,83); }
H1.HeaderClassName
{
color: #D0D053;
}
.AnyTagClassName
{
color: #D0D053;
}
</style>
background-color css
<style>
a { background-color: #D0D053; }
a { background-color: rgb(208,208,83); }
div.DivClassName
{
background-color: #D0D053;
}
.BgClassName
{
background-color: #D0D053;
}
</style>
border-color css
<style>
span { border-color: #D0D053; }
span { border-color: rgb(208,208,83); }
td.TdClassName
{
border-color: #D0D053;
}
.TagClassName
{
border-color: #D0D053;
}
</style>