Shades of Confetti #D1C14F
Tints of Confetti #D1C14F
RGB
CMYK
RGB Variations
Color information
#D1C14F (or 0xD1C14F) is known color: Confetti. HEX triplet: D1, C1 and 4F. RGB value is (209,193,79). Sum of RGB (Red+Green+Blue) = 209+193+79=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 79 (31.25% from 255 or 16.42% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C14F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C14F is #2E3EB0. Grayscale: #B9B9B9. Windows color (decimal): -3030705 or 5226961. OLE color: 5226961.
HSL color Cylindrical-coordinate representation of color #D1C14F: hue angle of 52.62º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D1C14F is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 193 | 79 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.18 |
| HSL | 52.62º | 0.59% | 0.56% | - |
| HSV(B) | 52.62º | 0.62% | 0.82% | - |
| XYZ | 46.78 | 52.26 | 15.02 | - |
| YUV | 184.79 | 68.3 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 193 | 79 | 0 | 0.08 | 0.62 | 0.18 | 52.62 | 0.59 | 0.56 |
| Hex | D1 | C1 | 4F | 0 | 8 | 3E | 12 | 35 | 3B | 38 |
| Octal | 321 | 301 | 117 | 0 | 10 | 76 | 22 | 65 | 73 | 70 |
| Binary | 11010001 | 11000001 | 1001111 | 0 | 1000 | 111110 | 10010 | 110101 | 111011 | 111000 |
Color Harmonies of #D1C14F
Complementary color
Monochromatic Colors of #D1C14F
Black with #D1C14F
Text Example
Text Example
White with #D1C14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C14F; }
p { color: rgb(209,193,79); }
H1.HeaderClassName
{
color: #D1C14F;
}
.AnyTagClassName
{
color: #D1C14F;
}
</style>
background-color css
<style>
a { background-color: #D1C14F; }
a { background-color: rgb(209,193,79); }
div.DivClassName
{
background-color: #D1C14F;
}
.BgClassName
{
background-color: #D1C14F;
}
</style>
border-color css
<style>
span { border-color: #D1C14F; }
span { border-color: rgb(209,193,79); }
td.TdClassName
{
border-color: #D1C14F;
}
.TagClassName
{
border-color: #D1C14F;
}
</style>