Shades of Confetti #D0C150
Tints of Confetti #D0C150
RGB
CMYK
RGB Variations
Color information
#D0C150 (or 0xD0C150) is known color: Confetti. HEX triplet: D0, C1 and 50. RGB value is (208,193,80). Sum of RGB (Red+Green+Blue) = 208+193+80=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 80 (31.64% from 255 or 16.63% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C150 is #2F3EAF. Grayscale: #B9B9B9. Windows color (decimal): -3096240 or 5292496. OLE color: 5292496.
HSL color Cylindrical-coordinate representation of color #D0C150: hue angle of 52.97º 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 #D0C150 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 193 | 80 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.18 |
| HSL | 52.97º | 0.58% | 0.56% | - |
| HSV(B) | 52.97º | 0.62% | 0.82% | - |
| XYZ | 46.53 | 52.13 | 15.2 | - |
| YUV | 184.6 | 68.97 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 193 | 80 | 0 | 0.07 | 0.62 | 0.18 | 52.97 | 0.58 | 0.56 |
| Hex | D0 | C1 | 50 | 0 | 7 | 3E | 12 | 35 | 3A | 38 |
| Octal | 320 | 301 | 120 | 0 | 7 | 76 | 22 | 65 | 72 | 70 |
| Binary | 11010000 | 11000001 | 1010000 | 0 | 111 | 111110 | 10010 | 110101 | 111010 | 111000 |
Color Harmonies of #D0C150
Complementary color
Monochromatic Colors of #D0C150
Black with #D0C150
Text Example
Text Example
White with #D0C150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C150; }
p { color: rgb(208,193,80); }
H1.HeaderClassName
{
color: #D0C150;
}
.AnyTagClassName
{
color: #D0C150;
}
</style>
background-color css
<style>
a { background-color: #D0C150; }
a { background-color: rgb(208,193,80); }
div.DivClassName
{
background-color: #D0C150;
}
.BgClassName
{
background-color: #D0C150;
}
</style>
border-color css
<style>
span { border-color: #D0C150; }
span { border-color: rgb(208,193,80); }
td.TdClassName
{
border-color: #D0C150;
}
.TagClassName
{
border-color: #D0C150;
}
</style>