Shades of Confetti #D1CF55
Tints of Confetti #D1CF55
RGB
CMYK
RGB Variations
Color information
#D1CF55 (or 0xD1CF55) is known color: Confetti. HEX triplet: D1, CF and 55. RGB value is (209,207,85). Sum of RGB (Red+Green+Blue) = 209+207+85=501 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.72% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 85 (33.59% from 255 or 16.97% from 501); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CF55 is #2E30AA. Grayscale: #C2C2C2. Windows color (decimal): -3027115 or 5623761. OLE color: 5623761.
HSL color Cylindrical-coordinate representation of color #D1CF55: hue angle of 59.03º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D1CF55 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 207 | 85 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.18 |
| HSL | 59.03º | 0.57% | 0.58% | - |
| HSV(B) | 59.03º | 0.59% | 0.82% | - |
| XYZ | 50.25 | 58.84 | 17.3 | - |
| YUV | 193.69 | 66.66 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 85 | 0 | 0.01 | 0.59 | 0.18 | 59.03 | 0.57 | 0.58 |
| Hex | D1 | CF | 55 | 0 | 1 | 3B | 12 | 3B | 39 | 3A |
| Octal | 321 | 317 | 125 | 0 | 1 | 73 | 22 | 73 | 71 | 72 |
| Binary | 11010001 | 11001111 | 1010101 | 0 | 1 | 111011 | 10010 | 111011 | 111001 | 111010 |
Color Harmonies of #D1CF55
Complementary color
Monochromatic Colors of #D1CF55
Black with #D1CF55
Text Example
Text Example
White with #D1CF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CF55; }
p { color: rgb(209,207,85); }
H1.HeaderClassName
{
color: #D1CF55;
}
.AnyTagClassName
{
color: #D1CF55;
}
</style>
background-color css
<style>
a { background-color: #D1CF55; }
a { background-color: rgb(209,207,85); }
div.DivClassName
{
background-color: #D1CF55;
}
.BgClassName
{
background-color: #D1CF55;
}
</style>
border-color css
<style>
span { border-color: #D1CF55; }
span { border-color: rgb(209,207,85); }
td.TdClassName
{
border-color: #D1CF55;
}
.TagClassName
{
border-color: #D1CF55;
}
</style>