Shades of Confetti #D0D54E
Tints of Confetti #D0D54E
RGB
CMYK
RGB Variations
Color information
#D0D54E (or 0xD0D54E) is known color: Confetti. HEX triplet: D0, D5 and 4E. RGB value is (208,213,78). Sum of RGB (Red+Green+Blue) = 208+213+78=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 213 (83.59% from 255 or 42.69% from 499); Blue value is 78 (30.86% from 255 or 15.63% from 499); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D54E is #2F2AB1. Grayscale: #C4C4C4. Windows color (decimal): -3091122 or 5166544. OLE color: 5166544.
HSL color Cylindrical-coordinate representation of color #D0D54E: hue angle of 62.22º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D0D54E is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 213 | 78 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.16 |
| HSL | 62.22º | 0.62% | 0.57% | - |
| HSV(B) | 62.22º | 0.63% | 0.84% | - |
| XYZ | 51.18 | 61.55 | 16.39 | - |
| YUV | 196.12 | 61.34 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 213 | 78 | 0.02 | 0 | 0.63 | 0.16 | 62.22 | 0.62 | 0.57 |
| Hex | D0 | D5 | 4E | 2 | 0 | 3F | 10 | 3E | 3E | 39 |
| Octal | 320 | 325 | 116 | 2 | 0 | 77 | 20 | 76 | 76 | 71 |
| Binary | 11010000 | 11010101 | 1001110 | 10 | 0 | 111111 | 10000 | 111110 | 111110 | 111001 |
Color Harmonies of #D0D54E
Complementary color
Monochromatic Colors of #D0D54E
Black with #D0D54E
Text Example
Text Example
White with #D0D54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D54E; }
p { color: rgb(208,213,78); }
H1.HeaderClassName
{
color: #D0D54E;
}
.AnyTagClassName
{
color: #D0D54E;
}
</style>
background-color css
<style>
a { background-color: #D0D54E; }
a { background-color: rgb(208,213,78); }
div.DivClassName
{
background-color: #D0D54E;
}
.BgClassName
{
background-color: #D0D54E;
}
</style>
border-color css
<style>
span { border-color: #D0D54E; }
span { border-color: rgb(208,213,78); }
td.TdClassName
{
border-color: #D0D54E;
}
.TagClassName
{
border-color: #D0D54E;
}
</style>