Shades of Confetti #D1CF4D
Tints of Confetti #D1CF4D
RGB
CMYK
RGB Variations
Color information
#D1CF4D (or 0xD1CF4D) is known color: Confetti. HEX triplet: D1, CF and 4D. RGB value is (209,207,77). Sum of RGB (Red+Green+Blue) = 209+207+77=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 207 (81.25% from 255 or 41.99% from 493); Blue value is 77 (30.47% from 255 or 15.62% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CF4D is #2E30B2. Grayscale: #C1C1C1. Windows color (decimal): -3027123 or 5099473. OLE color: 5099473.
HSL color Cylindrical-coordinate representation of color #D1CF4D: hue angle of 59.09º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D1CF4D is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 207 | 77 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.18 |
| HSL | 59.09º | 0.59% | 0.56% | - |
| HSV(B) | 59.09º | 0.63% | 0.82% | - |
| XYZ | 49.95 | 58.72 | 15.72 | - |
| YUV | 192.78 | 62.66 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 77 | 0 | 0.01 | 0.63 | 0.18 | 59.09 | 0.59 | 0.56 |
| Hex | D1 | CF | 4D | 0 | 1 | 3F | 12 | 3B | 3B | 38 |
| Octal | 321 | 317 | 115 | 0 | 1 | 77 | 22 | 73 | 73 | 70 |
| Binary | 11010001 | 11001111 | 1001101 | 0 | 1 | 111111 | 10010 | 111011 | 111011 | 111000 |
Color Harmonies of #D1CF4D
Complementary color
Monochromatic Colors of #D1CF4D
Black with #D1CF4D
Text Example
Text Example
White with #D1CF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CF4D; }
p { color: rgb(209,207,77); }
H1.HeaderClassName
{
color: #D1CF4D;
}
.AnyTagClassName
{
color: #D1CF4D;
}
</style>
background-color css
<style>
a { background-color: #D1CF4D; }
a { background-color: rgb(209,207,77); }
div.DivClassName
{
background-color: #D1CF4D;
}
.BgClassName
{
background-color: #D1CF4D;
}
</style>
border-color css
<style>
span { border-color: #D1CF4D; }
span { border-color: rgb(209,207,77); }
td.TdClassName
{
border-color: #D1CF4D;
}
.TagClassName
{
border-color: #D1CF4D;
}
</style>