Shades of Confetti #D5CF55
Tints of Confetti #D5CF55
RGB
CMYK
RGB Variations
Color information
#D5CF55 (or 0xD5CF55) is known color: Confetti. HEX triplet: D5, CF and 55. RGB value is (213,207,85). Sum of RGB (Red+Green+Blue) = 213+207+85=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 85 (33.59% from 255 or 16.83% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CF55 is #2A30AA. Grayscale: #C3C3C3. Windows color (decimal): -2764971 or 5623765. OLE color: 5623765.
HSL color Cylindrical-coordinate representation of color #D5CF55: hue angle of 57.19º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D5CF55 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 207 | 85 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.16 |
| HSL | 57.19º | 0.6% | 0.58% | - |
| HSV(B) | 57.19º | 0.6% | 0.84% | - |
| XYZ | 51.39 | 59.43 | 17.36 | - |
| YUV | 194.89 | 65.99 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 207 | 85 | 0 | 0.03 | 0.60 | 0.16 | 57.19 | 0.6 | 0.58 |
| Hex | D5 | CF | 55 | 0 | 3 | 3C | 10 | 39 | 3C | 3A |
| Octal | 325 | 317 | 125 | 0 | 3 | 74 | 20 | 71 | 74 | 72 |
| Binary | 11010101 | 11001111 | 1010101 | 0 | 11 | 111100 | 10000 | 111001 | 111100 | 111010 |
Color Harmonies of #D5CF55
Complementary color
Monochromatic Colors of #D5CF55
Black with #D5CF55
Text Example
Text Example
White with #D5CF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CF55; }
p { color: rgb(213,207,85); }
H1.HeaderClassName
{
color: #D5CF55;
}
.AnyTagClassName
{
color: #D5CF55;
}
</style>
background-color css
<style>
a { background-color: #D5CF55; }
a { background-color: rgb(213,207,85); }
div.DivClassName
{
background-color: #D5CF55;
}
.BgClassName
{
background-color: #D5CF55;
}
</style>
border-color css
<style>
span { border-color: #D5CF55; }
span { border-color: rgb(213,207,85); }
td.TdClassName
{
border-color: #D5CF55;
}
.TagClassName
{
border-color: #D5CF55;
}
</style>