Shades of Confetti #D0C14C
Tints of Confetti #D0C14C
RGB
CMYK
RGB Variations
Color information
#D0C14C (or 0xD0C14C) is known color: Confetti. HEX triplet: D0, C1 and 4C. RGB value is (208,193,76). Sum of RGB (Red+Green+Blue) = 208+193+76=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 193 (75.78% from 255 or 40.46% from 477); Blue value is 76 (30.08% from 255 or 15.93% from 477); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C14C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C14C is #2F3EB3. Grayscale: #B8B8B8. Windows color (decimal): -3096244 or 5030352. OLE color: 5030352.
HSL color Cylindrical-coordinate representation of color #D0C14C: hue angle of 53.18º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D0C14C is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 193 | 76 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.18 |
| HSL | 53.18º | 0.58% | 0.56% | - |
| HSV(B) | 53.18º | 0.63% | 0.82% | - |
| XYZ | 46.39 | 52.07 | 14.44 | - |
| YUV | 184.15 | 66.97 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 193 | 76 | 0 | 0.07 | 0.63 | 0.18 | 53.18 | 0.58 | 0.56 |
| Hex | D0 | C1 | 4C | 0 | 7 | 3F | 12 | 35 | 3A | 38 |
| Octal | 320 | 301 | 114 | 0 | 7 | 77 | 22 | 65 | 72 | 70 |
| Binary | 11010000 | 11000001 | 1001100 | 0 | 111 | 111111 | 10010 | 110101 | 111010 | 111000 |
Color Harmonies of #D0C14C
Complementary color
Monochromatic Colors of #D0C14C
Black with #D0C14C
Text Example
Text Example
White with #D0C14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C14C; }
p { color: rgb(208,193,76); }
H1.HeaderClassName
{
color: #D0C14C;
}
.AnyTagClassName
{
color: #D0C14C;
}
</style>
background-color css
<style>
a { background-color: #D0C14C; }
a { background-color: rgb(208,193,76); }
div.DivClassName
{
background-color: #D0C14C;
}
.BgClassName
{
background-color: #D0C14C;
}
</style>
border-color css
<style>
span { border-color: #D0C14C; }
span { border-color: rgb(208,193,76); }
td.TdClassName
{
border-color: #D0C14C;
}
.TagClassName
{
border-color: #D0C14C;
}
</style>