Shades of Confetti #D1CF54
Tints of Confetti #D1CF54
RGB
CMYK
RGB Variations
Color information
#D1CF54 (or 0xD1CF54) is known color: Confetti. HEX triplet: D1, CF and 54. RGB value is (209,207,84). Sum of RGB (Red+Green+Blue) = 209+207+84=500 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.8% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 84 (33.20% from 255 or 16.8% from 500); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CF54 is #2E30AB. Grayscale: #C2C2C2. Windows color (decimal): -3027116 or 5558225. OLE color: 5558225.
HSL color Cylindrical-coordinate representation of color #D1CF54: hue angle of 59.04º degrees, saturation: 0.58, 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 #D1CF54 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 207 | 84 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.18 |
| HSL | 59.04º | 0.58% | 0.57% | - |
| HSV(B) | 59.04º | 0.6% | 0.82% | - |
| XYZ | 50.21 | 58.82 | 17.09 | - |
| YUV | 193.58 | 66.16 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 84 | 0 | 0.01 | 0.60 | 0.18 | 59.04 | 0.58 | 0.57 |
| Hex | D1 | CF | 54 | 0 | 1 | 3C | 12 | 3B | 3A | 39 |
| Octal | 321 | 317 | 124 | 0 | 1 | 74 | 22 | 73 | 72 | 71 |
| Binary | 11010001 | 11001111 | 1010100 | 0 | 1 | 111100 | 10010 | 111011 | 111010 | 111001 |
Color Harmonies of #D1CF54
Complementary color
Monochromatic Colors of #D1CF54
Black with #D1CF54
Text Example
Text Example
White with #D1CF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CF54; }
p { color: rgb(209,207,84); }
H1.HeaderClassName
{
color: #D1CF54;
}
.AnyTagClassName
{
color: #D1CF54;
}
</style>
background-color css
<style>
a { background-color: #D1CF54; }
a { background-color: rgb(209,207,84); }
div.DivClassName
{
background-color: #D1CF54;
}
.BgClassName
{
background-color: #D1CF54;
}
</style>
border-color css
<style>
span { border-color: #D1CF54; }
span { border-color: rgb(209,207,84); }
td.TdClassName
{
border-color: #D1CF54;
}
.TagClassName
{
border-color: #D1CF54;
}
</style>