Shades of Confetti #D8CA4D
Tints of Confetti #D8CA4D
RGB
CMYK
RGB Variations
Color information
#D8CA4D (or 0xD8CA4D) is known color: Confetti. HEX triplet: D8, CA and 4D. RGB value is (216,202,77). Sum of RGB (Red+Green+Blue) = 216+202+77=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 77 (30.47% from 255 or 15.56% from 495); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CA4D is #2735B2. Grayscale: #C0C0C0. Windows color (decimal): -2569651 or 5098200. OLE color: 5098200.
HSL color Cylindrical-coordinate representation of color #D8CA4D: hue angle of 53.96º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D8CA4D is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 202 | 77 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.15 |
| HSL | 53.96º | 0.64% | 0.57% | - |
| HSV(B) | 53.96º | 0.64% | 0.85% | - |
| XYZ | 50.78 | 57.38 | 15.42 | - |
| YUV | 191.94 | 63.14 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 202 | 77 | 0 | 0.06 | 0.64 | 0.15 | 53.96 | 0.64 | 0.57 |
| Hex | D8 | CA | 4D | 0 | 6 | 40 | F | 36 | 40 | 39 |
| Octal | 330 | 312 | 115 | 0 | 6 | 100 | 17 | 66 | 100 | 71 |
| Binary | 11011000 | 11001010 | 1001101 | 0 | 110 | 1000000 | 1111 | 110110 | 1000000 | 111001 |
Color Harmonies of #D8CA4D
Complementary color
Monochromatic Colors of #D8CA4D
Black with #D8CA4D
Text Example
Text Example
White with #D8CA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CA4D; }
p { color: rgb(216,202,77); }
H1.HeaderClassName
{
color: #D8CA4D;
}
.AnyTagClassName
{
color: #D8CA4D;
}
</style>
background-color css
<style>
a { background-color: #D8CA4D; }
a { background-color: rgb(216,202,77); }
div.DivClassName
{
background-color: #D8CA4D;
}
.BgClassName
{
background-color: #D8CA4D;
}
</style>
border-color css
<style>
span { border-color: #D8CA4D; }
span { border-color: rgb(216,202,77); }
td.TdClassName
{
border-color: #D8CA4D;
}
.TagClassName
{
border-color: #D8CA4D;
}
</style>