Shades of Confetti #D8C74B
Tints of Confetti #D8C74B
RGB
CMYK
RGB Variations
Color information
#D8C74B (or 0xD8C74B) is known color: Confetti. HEX triplet: D8, C7 and 4B. RGB value is (216,199,75). Sum of RGB (Red+Green+Blue) = 216+199+75=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 199 (78.12% from 255 or 40.61% from 490); Blue value is 75 (29.69% from 255 or 15.31% from 490); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C74B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C74B is #2738B4. Grayscale: #BEBEBE. Windows color (decimal): -2570421 or 4966360. OLE color: 4966360.
HSL color Cylindrical-coordinate representation of color #D8C74B: hue angle of 52.77º 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 #D8C74B is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 199 | 75 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.15 |
| HSL | 52.77º | 0.64% | 0.57% | - |
| HSV(B) | 52.77º | 0.65% | 0.85% | - |
| XYZ | 50.01 | 55.95 | 14.82 | - |
| YUV | 189.95 | 63.13 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 199 | 75 | 0 | 0.08 | 0.65 | 0.15 | 52.77 | 0.64 | 0.57 |
| Hex | D8 | C7 | 4B | 0 | 8 | 41 | F | 35 | 40 | 39 |
| Octal | 330 | 307 | 113 | 0 | 10 | 101 | 17 | 65 | 100 | 71 |
| Binary | 11011000 | 11000111 | 1001011 | 0 | 1000 | 1000001 | 1111 | 110101 | 1000000 | 111001 |
Color Harmonies of #D8C74B
Complementary color
Monochromatic Colors of #D8C74B
Black with #D8C74B
Text Example
Text Example
White with #D8C74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C74B; }
p { color: rgb(216,199,75); }
H1.HeaderClassName
{
color: #D8C74B;
}
.AnyTagClassName
{
color: #D8C74B;
}
</style>
background-color css
<style>
a { background-color: #D8C74B; }
a { background-color: rgb(216,199,75); }
div.DivClassName
{
background-color: #D8C74B;
}
.BgClassName
{
background-color: #D8C74B;
}
</style>
border-color css
<style>
span { border-color: #D8C74B; }
span { border-color: rgb(216,199,75); }
td.TdClassName
{
border-color: #D8C74B;
}
.TagClassName
{
border-color: #D8C74B;
}
</style>