Shades of Confetti #D0CF50
Tints of Confetti #D0CF50
RGB
CMYK
RGB Variations
Color information
#D0CF50 (or 0xD0CF50) is known color: Confetti. HEX triplet: D0, CF and 50. RGB value is (208,207,80). Sum of RGB (Red+Green+Blue) = 208+207+80=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 80 (31.64% from 255 or 16.16% from 495); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CF50 is #2F30AF. Grayscale: #C1C1C1. Windows color (decimal): -3092656 or 5296080. OLE color: 5296080.
HSL color Cylindrical-coordinate representation of color #D0CF50: hue angle of 59.53º 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 #D0CF50 is Cyan = 0, Magento = 0.00, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 207 | 80 | - |
| CMYK | 0 | 0.00 | 0.62 | 0.18 |
| HSL | 59.53º | 0.58% | 0.56% | - |
| HSV(B) | 59.53º | 0.62% | 0.82% | - |
| XYZ | 49.77 | 58.61 | 16.28 | - |
| YUV | 192.82 | 64.33 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 207 | 80 | 0 | 0.00 | 0.62 | 0.18 | 59.53 | 0.58 | 0.56 |
| Hex | D0 | CF | 50 | 0 | 0 | 3E | 12 | 3C | 3A | 38 |
| Octal | 320 | 317 | 120 | 0 | 0 | 76 | 22 | 74 | 72 | 70 |
| Binary | 11010000 | 11001111 | 1010000 | 0 | 0 | 111110 | 10010 | 111100 | 111010 | 111000 |
Color Harmonies of #D0CF50
Complementary color
Monochromatic Colors of #D0CF50
Black with #D0CF50
Text Example
Text Example
White with #D0CF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CF50; }
p { color: rgb(208,207,80); }
H1.HeaderClassName
{
color: #D0CF50;
}
.AnyTagClassName
{
color: #D0CF50;
}
</style>
background-color css
<style>
a { background-color: #D0CF50; }
a { background-color: rgb(208,207,80); }
div.DivClassName
{
background-color: #D0CF50;
}
.BgClassName
{
background-color: #D0CF50;
}
</style>
border-color css
<style>
span { border-color: #D0CF50; }
span { border-color: rgb(208,207,80); }
td.TdClassName
{
border-color: #D0CF50;
}
.TagClassName
{
border-color: #D0CF50;
}
</style>