Shades of Confetti #D3CF55
Tints of Confetti #D3CF55
RGB
CMYK
RGB Variations
Color information
#D3CF55 (or 0xD3CF55) is known color: Confetti. HEX triplet: D3, CF and 55. RGB value is (211,207,85). Sum of RGB (Red+Green+Blue) = 211+207+85=503 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.95% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 85 (33.59% from 255 or 16.90% from 503); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CF55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CF55 is #2C30AA. Grayscale: #C2C2C2. Windows color (decimal): -2896043 or 5623763. OLE color: 5623763.
HSL color Cylindrical-coordinate representation of color #D3CF55: hue angle of 58.1º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D3CF55 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 207 | 85 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.17 |
| HSL | 58.1º | 0.59% | 0.58% | - |
| HSV(B) | 58.1º | 0.6% | 0.83% | - |
| XYZ | 50.82 | 59.13 | 17.33 | - |
| YUV | 194.29 | 66.33 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 207 | 85 | 0 | 0.02 | 0.60 | 0.17 | 58.1 | 0.59 | 0.58 |
| Hex | D3 | CF | 55 | 0 | 2 | 3C | 11 | 3A | 3B | 3A |
| Octal | 323 | 317 | 125 | 0 | 2 | 74 | 21 | 72 | 73 | 72 |
| Binary | 11010011 | 11001111 | 1010101 | 0 | 10 | 111100 | 10001 | 111010 | 111011 | 111010 |
Color Harmonies of #D3CF55
Complementary color
Monochromatic Colors of #D3CF55
Black with #D3CF55
Text Example
Text Example
White with #D3CF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CF55; }
p { color: rgb(211,207,85); }
H1.HeaderClassName
{
color: #D3CF55;
}
.AnyTagClassName
{
color: #D3CF55;
}
</style>
background-color css
<style>
a { background-color: #D3CF55; }
a { background-color: rgb(211,207,85); }
div.DivClassName
{
background-color: #D3CF55;
}
.BgClassName
{
background-color: #D3CF55;
}
</style>
border-color css
<style>
span { border-color: #D3CF55; }
span { border-color: rgb(211,207,85); }
td.TdClassName
{
border-color: #D3CF55;
}
.TagClassName
{
border-color: #D3CF55;
}
</style>