Shades of Confetti #D0CF54
Tints of Confetti #D0CF54
RGB
CMYK
RGB Variations
Color information
#D0CF54 (or 0xD0CF54) is known color: Confetti. HEX triplet: D0, CF and 54. RGB value is (208,207,84). Sum of RGB (Red+Green+Blue) = 208+207+84=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 84 (33.20% from 255 or 16.83% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CF54 is #2F30AB. Grayscale: #C1C1C1. Windows color (decimal): -3092652 or 5558224. OLE color: 5558224.
HSL color Cylindrical-coordinate representation of color #D0CF54: hue angle of 59.52º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D0CF54 is Cyan = 0, Magento = 0.00, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 207 | 84 | - |
| CMYK | 0 | 0.00 | 0.60 | 0.18 |
| HSL | 59.52º | 0.57% | 0.57% | - |
| HSV(B) | 59.52º | 0.6% | 0.82% | - |
| XYZ | 49.93 | 58.68 | 17.08 | - |
| YUV | 193.28 | 66.33 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 207 | 84 | 0 | 0.00 | 0.60 | 0.18 | 59.52 | 0.57 | 0.57 |
| Hex | D0 | CF | 54 | 0 | 0 | 3C | 12 | 3C | 39 | 39 |
| Octal | 320 | 317 | 124 | 0 | 0 | 74 | 22 | 74 | 71 | 71 |
| Binary | 11010000 | 11001111 | 1010100 | 0 | 0 | 111100 | 10010 | 111100 | 111001 | 111001 |
Color Harmonies of #D0CF54
Complementary color
Monochromatic Colors of #D0CF54
Black with #D0CF54
Text Example
Text Example
White with #D0CF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CF54; }
p { color: rgb(208,207,84); }
H1.HeaderClassName
{
color: #D0CF54;
}
.AnyTagClassName
{
color: #D0CF54;
}
</style>
background-color css
<style>
a { background-color: #D0CF54; }
a { background-color: rgb(208,207,84); }
div.DivClassName
{
background-color: #D0CF54;
}
.BgClassName
{
background-color: #D0CF54;
}
</style>
border-color css
<style>
span { border-color: #D0CF54; }
span { border-color: rgb(208,207,84); }
td.TdClassName
{
border-color: #D0CF54;
}
.TagClassName
{
border-color: #D0CF54;
}
</style>