Shades of Confetti #D9CF54
Tints of Confetti #D9CF54
RGB
CMYK
RGB Variations
Color information
#D9CF54 (or 0xD9CF54) is known color: Confetti. HEX triplet: D9, CF and 54. RGB value is (217,207,84). Sum of RGB (Red+Green+Blue) = 217+207+84=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 84 (33.20% from 255 or 16.54% from 508); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CF54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CF54 is #2630AB. Grayscale: #C4C4C4. Windows color (decimal): -2502828 or 5558233. OLE color: 5558233.
HSL color Cylindrical-coordinate representation of color #D9CF54: hue angle of 55.49º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D9CF54 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 207 | 84 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.15 |
| HSL | 55.49º | 0.64% | 0.59% | - |
| HSV(B) | 55.49º | 0.61% | 0.85% | - |
| XYZ | 52.53 | 60.02 | 17.2 | - |
| YUV | 195.97 | 64.81 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 207 | 84 | 0 | 0.05 | 0.61 | 0.15 | 55.49 | 0.64 | 0.59 |
| Hex | D9 | CF | 54 | 0 | 5 | 3D | F | 37 | 40 | 3B |
| Octal | 331 | 317 | 124 | 0 | 5 | 75 | 17 | 67 | 100 | 73 |
| Binary | 11011001 | 11001111 | 1010100 | 0 | 101 | 111101 | 1111 | 110111 | 1000000 | 111011 |
Color Harmonies of #D9CF54
Complementary color
Monochromatic Colors of #D9CF54
Black with #D9CF54
Text Example
Text Example
White with #D9CF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CF54; }
p { color: rgb(217,207,84); }
H1.HeaderClassName
{
color: #D9CF54;
}
.AnyTagClassName
{
color: #D9CF54;
}
</style>
background-color css
<style>
a { background-color: #D9CF54; }
a { background-color: rgb(217,207,84); }
div.DivClassName
{
background-color: #D9CF54;
}
.BgClassName
{
background-color: #D9CF54;
}
</style>
border-color css
<style>
span { border-color: #D9CF54; }
span { border-color: rgb(217,207,84); }
td.TdClassName
{
border-color: #D9CF54;
}
.TagClassName
{
border-color: #D9CF54;
}
</style>