Shades of Confetti #D6C44A
Tints of Confetti #D6C44A
RGB
CMYK
RGB Variations
Color information
#D6C44A (or 0xD6C44A) is known color: Confetti. HEX triplet: D6, C4 and 4A. RGB value is (214,196,74). Sum of RGB (Red+Green+Blue) = 214+196+74=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 196 (76.95% from 255 or 40.50% from 484); Blue value is 74 (29.30% from 255 or 15.29% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C44A is #293BB5. Grayscale: #BBBBBB. Windows color (decimal): -2702262 or 4900054. OLE color: 4900054.
HSL color Cylindrical-coordinate representation of color #D6C44A: hue angle of 52.29º 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 #D6C44A is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 196 | 74 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.16 |
| HSL | 52.29º | 0.63% | 0.56% | - |
| HSV(B) | 52.29º | 0.65% | 0.84% | - |
| XYZ | 48.71 | 54.27 | 14.39 | - |
| YUV | 187.47 | 63.96 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 196 | 74 | 0 | 0.08 | 0.65 | 0.16 | 52.29 | 0.63 | 0.56 |
| Hex | D6 | C4 | 4A | 0 | 8 | 41 | 10 | 34 | 3F | 38 |
| Octal | 326 | 304 | 112 | 0 | 10 | 101 | 20 | 64 | 77 | 70 |
| Binary | 11010110 | 11000100 | 1001010 | 0 | 1000 | 1000001 | 10000 | 110100 | 111111 | 111000 |
Color Harmonies of #D6C44A
Complementary color
Monochromatic Colors of #D6C44A
Black with #D6C44A
Text Example
Text Example
White with #D6C44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C44A; }
p { color: rgb(214,196,74); }
H1.HeaderClassName
{
color: #D6C44A;
}
.AnyTagClassName
{
color: #D6C44A;
}
</style>
background-color css
<style>
a { background-color: #D6C44A; }
a { background-color: rgb(214,196,74); }
div.DivClassName
{
background-color: #D6C44A;
}
.BgClassName
{
background-color: #D6C44A;
}
</style>
border-color css
<style>
span { border-color: #D6C44A; }
span { border-color: rgb(214,196,74); }
td.TdClassName
{
border-color: #D6C44A;
}
.TagClassName
{
border-color: #D6C44A;
}
</style>