Shades of Confetti #D8C34C
Tints of Confetti #D8C34C
RGB
CMYK
RGB Variations
Color information
#D8C34C (or 0xD8C34C) is known color: Confetti. HEX triplet: D8, C3 and 4C. RGB value is (216,195,76). Sum of RGB (Red+Green+Blue) = 216+195+76=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 76 (30.08% from 255 or 15.61% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C34C is #273CB3. Grayscale: #BCBCBC. Windows color (decimal): -2571444 or 5030872. OLE color: 5030872.
HSL color Cylindrical-coordinate representation of color #D8C34C: hue angle of 51º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D8C34C is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 195 | 76 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.15 |
| HSL | 51º | 0.64% | 0.57% | - |
| HSV(B) | 51º | 0.65% | 0.85% | - |
| XYZ | 49.14 | 54.15 | 14.7 | - |
| YUV | 187.71 | 64.96 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 195 | 76 | 0 | 0.10 | 0.65 | 0.15 | 51 | 0.64 | 0.57 |
| Hex | D8 | C3 | 4C | 0 | A | 41 | F | 33 | 40 | 39 |
| Octal | 330 | 303 | 114 | 0 | 12 | 101 | 17 | 63 | 100 | 71 |
| Binary | 11011000 | 11000011 | 1001100 | 0 | 1010 | 1000001 | 1111 | 110011 | 1000000 | 111001 |
Color Harmonies of #D8C34C
Complementary color
Monochromatic Colors of #D8C34C
Black with #D8C34C
Text Example
Text Example
White with #D8C34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C34C; }
p { color: rgb(216,195,76); }
H1.HeaderClassName
{
color: #D8C34C;
}
.AnyTagClassName
{
color: #D8C34C;
}
</style>
background-color css
<style>
a { background-color: #D8C34C; }
a { background-color: rgb(216,195,76); }
div.DivClassName
{
background-color: #D8C34C;
}
.BgClassName
{
background-color: #D8C34C;
}
</style>
border-color css
<style>
span { border-color: #D8C34C; }
span { border-color: rgb(216,195,76); }
td.TdClassName
{
border-color: #D8C34C;
}
.TagClassName
{
border-color: #D8C34C;
}
</style>