Shades of Confetti #D5CC59
Tints of Confetti #D5CC59
RGB
CMYK
RGB Variations
Color information
#D5CC59 (or 0xD5CC59) is known color: Confetti. HEX triplet: D5, CC and 59. RGB value is (213,204,89). Sum of RGB (Red+Green+Blue) = 213+204+89=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 89 (35.16% from 255 or 17.59% from 506); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CC59 is #2A33A6. Grayscale: #C2C2C2. Windows color (decimal): -2765735 or 5885141. OLE color: 5885141.
HSL color Cylindrical-coordinate representation of color #D5CC59: hue angle of 55.65º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D5CC59 is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 204 | 89 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.16 |
| HSL | 55.65º | 0.6% | 0.59% | - |
| HSV(B) | 55.65º | 0.58% | 0.84% | - |
| XYZ | 50.84 | 58.05 | 17.98 | - |
| YUV | 193.58 | 68.98 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 204 | 89 | 0 | 0.04 | 0.58 | 0.16 | 55.65 | 0.6 | 0.59 |
| Hex | D5 | CC | 59 | 0 | 4 | 3A | 10 | 38 | 3C | 3B |
| Octal | 325 | 314 | 131 | 0 | 4 | 72 | 20 | 70 | 74 | 73 |
| Binary | 11010101 | 11001100 | 1011001 | 0 | 100 | 111010 | 10000 | 111000 | 111100 | 111011 |
Color Harmonies of #D5CC59
Complementary color
Monochromatic Colors of #D5CC59
Black with #D5CC59
Text Example
Text Example
White with #D5CC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CC59; }
p { color: rgb(213,204,89); }
H1.HeaderClassName
{
color: #D5CC59;
}
.AnyTagClassName
{
color: #D5CC59;
}
</style>
background-color css
<style>
a { background-color: #D5CC59; }
a { background-color: rgb(213,204,89); }
div.DivClassName
{
background-color: #D5CC59;
}
.BgClassName
{
background-color: #D5CC59;
}
</style>
border-color css
<style>
span { border-color: #D5CC59; }
span { border-color: rgb(213,204,89); }
td.TdClassName
{
border-color: #D5CC59;
}
.TagClassName
{
border-color: #D5CC59;
}
</style>