Shades of Confetti #D6C94B
Tints of Confetti #D6C94B
RGB
CMYK
RGB Variations
Color information
#D6C94B (or 0xD6C94B) is known color: Confetti. HEX triplet: D6, C9 and 4B. RGB value is (214,201,75). Sum of RGB (Red+Green+Blue) = 214+201+75=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 75 (29.69% from 255 or 15.31% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C94B is #2936B4. Grayscale: #BFBFBF. Windows color (decimal): -2700981 or 4966870. OLE color: 4966870.
HSL color Cylindrical-coordinate representation of color #D6C94B: hue angle of 54.39º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D6C94B is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 201 | 75 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.16 |
| HSL | 54.39º | 0.63% | 0.57% | - |
| HSV(B) | 54.39º | 0.65% | 0.84% | - |
| XYZ | 49.89 | 56.58 | 14.95 | - |
| YUV | 190.52 | 62.81 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 201 | 75 | 0 | 0.06 | 0.65 | 0.16 | 54.39 | 0.63 | 0.57 |
| Hex | D6 | C9 | 4B | 0 | 6 | 41 | 10 | 36 | 3F | 39 |
| Octal | 326 | 311 | 113 | 0 | 6 | 101 | 20 | 66 | 77 | 71 |
| Binary | 11010110 | 11001001 | 1001011 | 0 | 110 | 1000001 | 10000 | 110110 | 111111 | 111001 |
Color Harmonies of #D6C94B
Complementary color
Monochromatic Colors of #D6C94B
Black with #D6C94B
Text Example
Text Example
White with #D6C94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C94B; }
p { color: rgb(214,201,75); }
H1.HeaderClassName
{
color: #D6C94B;
}
.AnyTagClassName
{
color: #D6C94B;
}
</style>
background-color css
<style>
a { background-color: #D6C94B; }
a { background-color: rgb(214,201,75); }
div.DivClassName
{
background-color: #D6C94B;
}
.BgClassName
{
background-color: #D6C94B;
}
</style>
border-color css
<style>
span { border-color: #D6C94B; }
span { border-color: rgb(214,201,75); }
td.TdClassName
{
border-color: #D6C94B;
}
.TagClassName
{
border-color: #D6C94B;
}
</style>