Shades of Confetti #D8CB48
Tints of Confetti #D8CB48
RGB
CMYK
RGB Variations
Color information
#D8CB48 (or 0xD8CB48) is known color: Confetti. HEX triplet: D8, CB and 48. RGB value is (216,203,72). Sum of RGB (Red+Green+Blue) = 216+203+72=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 72 (28.52% from 255 or 14.66% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CB48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CB48 is #2734B7. Grayscale: #C0C0C0. Windows color (decimal): -2569400 or 4770776. OLE color: 4770776.
HSL color Cylindrical-coordinate representation of color #D8CB48: hue angle of 54.58º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D8CB48 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 203 | 72 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.15 |
| HSL | 54.58º | 0.65% | 0.56% | - |
| HSV(B) | 54.58º | 0.67% | 0.85% | - |
| XYZ | 50.84 | 57.78 | 14.6 | - |
| YUV | 191.95 | 60.31 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 203 | 72 | 0 | 0.06 | 0.67 | 0.15 | 54.58 | 0.65 | 0.56 |
| Hex | D8 | CB | 48 | 0 | 6 | 43 | F | 37 | 41 | 38 |
| Octal | 330 | 313 | 110 | 0 | 6 | 103 | 17 | 67 | 101 | 70 |
| Binary | 11011000 | 11001011 | 1001000 | 0 | 110 | 1000011 | 1111 | 110111 | 1000001 | 111000 |
Color Harmonies of #D8CB48
Complementary color
Monochromatic Colors of #D8CB48
Black with #D8CB48
Text Example
Text Example
White with #D8CB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CB48; }
p { color: rgb(216,203,72); }
H1.HeaderClassName
{
color: #D8CB48;
}
.AnyTagClassName
{
color: #D8CB48;
}
</style>
background-color css
<style>
a { background-color: #D8CB48; }
a { background-color: rgb(216,203,72); }
div.DivClassName
{
background-color: #D8CB48;
}
.BgClassName
{
background-color: #D8CB48;
}
</style>
border-color css
<style>
span { border-color: #D8CB48; }
span { border-color: rgb(216,203,72); }
td.TdClassName
{
border-color: #D8CB48;
}
.TagClassName
{
border-color: #D8CB48;
}
</style>