Shades of Confetti #D6CD4A
Tints of Confetti #D6CD4A
RGB
CMYK
RGB Variations
Color information
#D6CD4A (or 0xD6CD4A) is known color: Confetti. HEX triplet: D6, CD and 4A. RGB value is (214,205,74). Sum of RGB (Red+Green+Blue) = 214+205+74=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 74 (29.30% from 255 or 15.01% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CD4A is #2932B5. Grayscale: #C1C1C1. Windows color (decimal): -2699958 or 4902358. OLE color: 4902358.
HSL color Cylindrical-coordinate representation of color #D6CD4A: hue angle of 56.14º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D6CD4A is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 205 | 74 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.16 |
| HSL | 56.14º | 0.63% | 0.56% | - |
| HSV(B) | 56.14º | 0.65% | 0.84% | - |
| XYZ | 50.8 | 58.45 | 15.08 | - |
| YUV | 192.76 | 60.98 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 205 | 74 | 0 | 0.04 | 0.65 | 0.16 | 56.14 | 0.63 | 0.56 |
| Hex | D6 | CD | 4A | 0 | 4 | 41 | 10 | 38 | 3F | 38 |
| Octal | 326 | 315 | 112 | 0 | 4 | 101 | 20 | 70 | 77 | 70 |
| Binary | 11010110 | 11001101 | 1001010 | 0 | 100 | 1000001 | 10000 | 111000 | 111111 | 111000 |
Color Harmonies of #D6CD4A
Complementary color
Monochromatic Colors of #D6CD4A
Black with #D6CD4A
Text Example
Text Example
White with #D6CD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CD4A; }
p { color: rgb(214,205,74); }
H1.HeaderClassName
{
color: #D6CD4A;
}
.AnyTagClassName
{
color: #D6CD4A;
}
</style>
background-color css
<style>
a { background-color: #D6CD4A; }
a { background-color: rgb(214,205,74); }
div.DivClassName
{
background-color: #D6CD4A;
}
.BgClassName
{
background-color: #D6CD4A;
}
</style>
border-color css
<style>
span { border-color: #D6CD4A; }
span { border-color: rgb(214,205,74); }
td.TdClassName
{
border-color: #D6CD4A;
}
.TagClassName
{
border-color: #D6CD4A;
}
</style>