Shades of Confetti #D5CC58
Tints of Confetti #D5CC58
RGB
CMYK
RGB Variations
Color information
#D5CC58 (or 0xD5CC58) is known color: Confetti. HEX triplet: D5, CC and 58. RGB value is (213,204,88). Sum of RGB (Red+Green+Blue) = 213+204+88=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 88 (34.77% from 255 or 17.43% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CC58 is #2A33A7. Grayscale: #C1C1C1. Windows color (decimal): -2765736 or 5819605. OLE color: 5819605.
HSL color Cylindrical-coordinate representation of color #D5CC58: hue angle of 55.68º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D5CC58 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 204 | 88 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.16 |
| HSL | 55.68º | 0.6% | 0.59% | - |
| HSV(B) | 55.68º | 0.59% | 0.84% | - |
| XYZ | 50.79 | 58.04 | 17.76 | - |
| YUV | 193.47 | 68.48 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 204 | 88 | 0 | 0.04 | 0.59 | 0.16 | 55.68 | 0.6 | 0.59 |
| Hex | D5 | CC | 58 | 0 | 4 | 3B | 10 | 38 | 3C | 3B |
| Octal | 325 | 314 | 130 | 0 | 4 | 73 | 20 | 70 | 74 | 73 |
| Binary | 11010101 | 11001100 | 1011000 | 0 | 100 | 111011 | 10000 | 111000 | 111100 | 111011 |
Color Harmonies of #D5CC58
Complementary color
Monochromatic Colors of #D5CC58
Black with #D5CC58
Text Example
Text Example
White with #D5CC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CC58; }
p { color: rgb(213,204,88); }
H1.HeaderClassName
{
color: #D5CC58;
}
.AnyTagClassName
{
color: #D5CC58;
}
</style>
background-color css
<style>
a { background-color: #D5CC58; }
a { background-color: rgb(213,204,88); }
div.DivClassName
{
background-color: #D5CC58;
}
.BgClassName
{
background-color: #D5CC58;
}
</style>
border-color css
<style>
span { border-color: #D5CC58; }
span { border-color: rgb(213,204,88); }
td.TdClassName
{
border-color: #D5CC58;
}
.TagClassName
{
border-color: #D5CC58;
}
</style>