Shades of Confetti #D6CC4F
Tints of Confetti #D6CC4F
RGB
CMYK
RGB Variations
Color information
#D6CC4F (or 0xD6CC4F) is known color: Confetti. HEX triplet: D6, CC and 4F. RGB value is (214,204,79). Sum of RGB (Red+Green+Blue) = 214+204+79=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 79 (31.25% from 255 or 15.90% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CC4F is #2933B0. Grayscale: #C1C1C1. Windows color (decimal): -2700209 or 5229782. OLE color: 5229782.
HSL color Cylindrical-coordinate representation of color #D6CC4F: hue angle of 55.56º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D6CC4F is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 204 | 79 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.16 |
| HSL | 55.56º | 0.62% | 0.57% | - |
| HSV(B) | 55.56º | 0.63% | 0.84% | - |
| XYZ | 50.74 | 58.05 | 15.93 | - |
| YUV | 192.74 | 63.81 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 204 | 79 | 0 | 0.05 | 0.63 | 0.16 | 55.56 | 0.62 | 0.57 |
| Hex | D6 | CC | 4F | 0 | 5 | 3F | 10 | 38 | 3E | 39 |
| Octal | 326 | 314 | 117 | 0 | 5 | 77 | 20 | 70 | 76 | 71 |
| Binary | 11010110 | 11001100 | 1001111 | 0 | 101 | 111111 | 10000 | 111000 | 111110 | 111001 |
Color Harmonies of #D6CC4F
Complementary color
Monochromatic Colors of #D6CC4F
Black with #D6CC4F
Text Example
Text Example
White with #D6CC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CC4F; }
p { color: rgb(214,204,79); }
H1.HeaderClassName
{
color: #D6CC4F;
}
.AnyTagClassName
{
color: #D6CC4F;
}
</style>
background-color css
<style>
a { background-color: #D6CC4F; }
a { background-color: rgb(214,204,79); }
div.DivClassName
{
background-color: #D6CC4F;
}
.BgClassName
{
background-color: #D6CC4F;
}
</style>
border-color css
<style>
span { border-color: #D6CC4F; }
span { border-color: rgb(214,204,79); }
td.TdClassName
{
border-color: #D6CC4F;
}
.TagClassName
{
border-color: #D6CC4F;
}
</style>