Shades of Confetti #D6C34F
Tints of Confetti #D6C34F
RGB
CMYK
RGB Variations
Color information
#D6C34F (or 0xD6C34F) is known color: Confetti. HEX triplet: D6, C3 and 4F. RGB value is (214,195,79). Sum of RGB (Red+Green+Blue) = 214+195+79=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 79 (31.25% from 255 or 16.19% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C34F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C34F is #293CB0. Grayscale: #BBBBBB. Windows color (decimal): -2702513 or 5227478. OLE color: 5227478.
HSL color Cylindrical-coordinate representation of color #D6C34F: hue angle of 51.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 #D6C34F is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 195 | 79 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.16 |
| HSL | 51.56º | 0.62% | 0.57% | - |
| HSV(B) | 51.56º | 0.63% | 0.84% | - |
| XYZ | 48.66 | 53.89 | 15.23 | - |
| YUV | 187.46 | 66.79 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 195 | 79 | 0 | 0.09 | 0.63 | 0.16 | 51.56 | 0.62 | 0.57 |
| Hex | D6 | C3 | 4F | 0 | 9 | 3F | 10 | 34 | 3E | 39 |
| Octal | 326 | 303 | 117 | 0 | 11 | 77 | 20 | 64 | 76 | 71 |
| Binary | 11010110 | 11000011 | 1001111 | 0 | 1001 | 111111 | 10000 | 110100 | 111110 | 111001 |
Color Harmonies of #D6C34F
Complementary color
Monochromatic Colors of #D6C34F
Black with #D6C34F
Text Example
Text Example
White with #D6C34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C34F; }
p { color: rgb(214,195,79); }
H1.HeaderClassName
{
color: #D6C34F;
}
.AnyTagClassName
{
color: #D6C34F;
}
</style>
background-color css
<style>
a { background-color: #D6C34F; }
a { background-color: rgb(214,195,79); }
div.DivClassName
{
background-color: #D6C34F;
}
.BgClassName
{
background-color: #D6C34F;
}
</style>
border-color css
<style>
span { border-color: #D6C34F; }
span { border-color: rgb(214,195,79); }
td.TdClassName
{
border-color: #D6C34F;
}
.TagClassName
{
border-color: #D6C34F;
}
</style>