Shades of Confetti #D1CF53
Tints of Confetti #D1CF53
RGB
CMYK
RGB Variations
Color information
#D1CF53 (or 0xD1CF53) is known color: Confetti. HEX triplet: D1, CF and 53. RGB value is (209,207,83). Sum of RGB (Red+Green+Blue) = 209+207+83=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 83 (32.81% from 255 or 16.63% from 499); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CF53 is #2E30AC. Grayscale: #C1C1C1. Windows color (decimal): -3027117 or 5492689. OLE color: 5492689.
HSL color Cylindrical-coordinate representation of color #D1CF53: hue angle of 59.05º 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 #D1CF53 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 207 | 83 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.18 |
| HSL | 59.05º | 0.58% | 0.57% | - |
| HSV(B) | 59.05º | 0.6% | 0.82% | - |
| XYZ | 50.17 | 58.81 | 16.89 | - |
| YUV | 193.46 | 65.66 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 83 | 0 | 0.01 | 0.60 | 0.18 | 59.05 | 0.58 | 0.57 |
| Hex | D1 | CF | 53 | 0 | 1 | 3C | 12 | 3B | 3A | 39 |
| Octal | 321 | 317 | 123 | 0 | 1 | 74 | 22 | 73 | 72 | 71 |
| Binary | 11010001 | 11001111 | 1010011 | 0 | 1 | 111100 | 10010 | 111011 | 111010 | 111001 |
Color Harmonies of #D1CF53
Complementary color
Monochromatic Colors of #D1CF53
Black with #D1CF53
Text Example
Text Example
White with #D1CF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CF53; }
p { color: rgb(209,207,83); }
H1.HeaderClassName
{
color: #D1CF53;
}
.AnyTagClassName
{
color: #D1CF53;
}
</style>
background-color css
<style>
a { background-color: #D1CF53; }
a { background-color: rgb(209,207,83); }
div.DivClassName
{
background-color: #D1CF53;
}
.BgClassName
{
background-color: #D1CF53;
}
</style>
border-color css
<style>
span { border-color: #D1CF53; }
span { border-color: rgb(209,207,83); }
td.TdClassName
{
border-color: #D1CF53;
}
.TagClassName
{
border-color: #D1CF53;
}
</style>