Shades of Confetti #D8C14A
Tints of Confetti #D8C14A
RGB
CMYK
RGB Variations
Color information
#D8C14A (or 0xD8C14A) is known color: Confetti. HEX triplet: D8, C1 and 4A. RGB value is (216,193,74). Sum of RGB (Red+Green+Blue) = 216+193+74=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 193 (75.78% from 255 or 39.96% from 483); Blue value is 74 (29.30% from 255 or 15.32% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C14A is #273EB5. Grayscale: #BABABA. Windows color (decimal): -2571958 or 4899288. OLE color: 4899288.
HSL color Cylindrical-coordinate representation of color #D8C14A: hue angle of 50.28º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D8C14A is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 193 | 74 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.15 |
| HSL | 50.28º | 0.65% | 0.57% | - |
| HSV(B) | 50.28º | 0.66% | 0.85% | - |
| XYZ | 48.62 | 53.23 | 14.19 | - |
| YUV | 186.31 | 64.62 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 193 | 74 | 0 | 0.11 | 0.66 | 0.15 | 50.28 | 0.65 | 0.57 |
| Hex | D8 | C1 | 4A | 0 | B | 42 | F | 32 | 41 | 39 |
| Octal | 330 | 301 | 112 | 0 | 13 | 102 | 17 | 62 | 101 | 71 |
| Binary | 11011000 | 11000001 | 1001010 | 0 | 1011 | 1000010 | 1111 | 110010 | 1000001 | 111001 |
Color Harmonies of #D8C14A
Complementary color
Monochromatic Colors of #D8C14A
Black with #D8C14A
Text Example
Text Example
White with #D8C14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C14A; }
p { color: rgb(216,193,74); }
H1.HeaderClassName
{
color: #D8C14A;
}
.AnyTagClassName
{
color: #D8C14A;
}
</style>
background-color css
<style>
a { background-color: #D8C14A; }
a { background-color: rgb(216,193,74); }
div.DivClassName
{
background-color: #D8C14A;
}
.BgClassName
{
background-color: #D8C14A;
}
</style>
border-color css
<style>
span { border-color: #D8C14A; }
span { border-color: rgb(216,193,74); }
td.TdClassName
{
border-color: #D8C14A;
}
.TagClassName
{
border-color: #D8C14A;
}
</style>