Shades of Confetti #D6CB4E
Tints of Confetti #D6CB4E
RGB
CMYK
RGB Variations
Color information
#D6CB4E (or 0xD6CB4E) is known color: Confetti. HEX triplet: D6, CB and 4E. RGB value is (214,203,78). Sum of RGB (Red+Green+Blue) = 214+203+78=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 203 (79.69% from 255 or 41.01% from 495); Blue value is 78 (30.86% from 255 or 15.76% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CB4E is #2934B1. Grayscale: #C0C0C0. Windows color (decimal): -2700466 or 5163990. OLE color: 5163990.
HSL color Cylindrical-coordinate representation of color #D6CB4E: hue angle of 55.15º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D6CB4E is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 203 | 78 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.16 |
| HSL | 55.15º | 0.62% | 0.57% | - |
| HSV(B) | 55.15º | 0.64% | 0.84% | - |
| XYZ | 50.46 | 57.56 | 15.66 | - |
| YUV | 192.04 | 63.64 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 203 | 78 | 0 | 0.05 | 0.64 | 0.16 | 55.15 | 0.62 | 0.57 |
| Hex | D6 | CB | 4E | 0 | 5 | 40 | 10 | 37 | 3E | 39 |
| Octal | 326 | 313 | 116 | 0 | 5 | 100 | 20 | 67 | 76 | 71 |
| Binary | 11010110 | 11001011 | 1001110 | 0 | 101 | 1000000 | 10000 | 110111 | 111110 | 111001 |
Color Harmonies of #D6CB4E
Complementary color
Monochromatic Colors of #D6CB4E
Black with #D6CB4E
Text Example
Text Example
White with #D6CB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CB4E; }
p { color: rgb(214,203,78); }
H1.HeaderClassName
{
color: #D6CB4E;
}
.AnyTagClassName
{
color: #D6CB4E;
}
</style>
background-color css
<style>
a { background-color: #D6CB4E; }
a { background-color: rgb(214,203,78); }
div.DivClassName
{
background-color: #D6CB4E;
}
.BgClassName
{
background-color: #D6CB4E;
}
</style>
border-color css
<style>
span { border-color: #D6CB4E; }
span { border-color: rgb(214,203,78); }
td.TdClassName
{
border-color: #D6CB4E;
}
.TagClassName
{
border-color: #D6CB4E;
}
</style>