Shades of Confetti #D0C54F
Tints of Confetti #D0C54F
RGB
CMYK
RGB Variations
Color information
#D0C54F (or 0xD0C54F) is known color: Confetti. HEX triplet: D0, C5 and 4F. RGB value is (208,197,79). Sum of RGB (Red+Green+Blue) = 208+197+79=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 79 (31.25% from 255 or 16.32% from 484); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C54F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C54F is #2F3AB0. Grayscale: #BBBBBB. Windows color (decimal): -3095217 or 5227984. OLE color: 5227984.
HSL color Cylindrical-coordinate representation of color #D0C54F: hue angle of 54.88º 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 #D0C54F is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 197 | 79 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.18 |
| HSL | 54.88º | 0.58% | 0.56% | - |
| HSV(B) | 54.88º | 0.62% | 0.82% | - |
| XYZ | 47.39 | 53.91 | 15.3 | - |
| YUV | 186.84 | 67.14 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 197 | 79 | 0 | 0.05 | 0.62 | 0.18 | 54.88 | 0.58 | 0.56 |
| Hex | D0 | C5 | 4F | 0 | 5 | 3E | 12 | 37 | 3A | 38 |
| Octal | 320 | 305 | 117 | 0 | 5 | 76 | 22 | 67 | 72 | 70 |
| Binary | 11010000 | 11000101 | 1001111 | 0 | 101 | 111110 | 10010 | 110111 | 111010 | 111000 |
Color Harmonies of #D0C54F
Complementary color
Monochromatic Colors of #D0C54F
Black with #D0C54F
Text Example
Text Example
White with #D0C54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C54F; }
p { color: rgb(208,197,79); }
H1.HeaderClassName
{
color: #D0C54F;
}
.AnyTagClassName
{
color: #D0C54F;
}
</style>
background-color css
<style>
a { background-color: #D0C54F; }
a { background-color: rgb(208,197,79); }
div.DivClassName
{
background-color: #D0C54F;
}
.BgClassName
{
background-color: #D0C54F;
}
</style>
border-color css
<style>
span { border-color: #D0C54F; }
span { border-color: rgb(208,197,79); }
td.TdClassName
{
border-color: #D0C54F;
}
.TagClassName
{
border-color: #D0C54F;
}
</style>