Shades of Confetti #D9CC58
Tints of Confetti #D9CC58
RGB
CMYK
RGB Variations
Color information
#D9CC58 (or 0xD9CC58) is known color: Confetti. HEX triplet: D9, CC and 58. RGB value is (217,204,88). Sum of RGB (Red+Green+Blue) = 217+204+88=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 88 (34.77% from 255 or 17.29% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CC58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CC58 is #2633A7. Grayscale: #C3C3C3. Windows color (decimal): -2503592 or 5819609. OLE color: 5819609.
HSL color Cylindrical-coordinate representation of color #D9CC58: hue angle of 53.95º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D9CC58 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 204 | 88 | - |
| CMYK | 0 | 0.06 | 0.59 | 0.15 |
| HSL | 53.95º | 0.63% | 0.6% | - |
| HSV(B) | 53.95º | 0.59% | 0.85% | - |
| XYZ | 51.97 | 58.64 | 17.81 | - |
| YUV | 194.66 | 67.81 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 204 | 88 | 0 | 0.06 | 0.59 | 0.15 | 53.95 | 0.63 | 0.6 |
| Hex | D9 | CC | 58 | 0 | 6 | 3B | F | 36 | 3F | 3C |
| Octal | 331 | 314 | 130 | 0 | 6 | 73 | 17 | 66 | 77 | 74 |
| Binary | 11011001 | 11001100 | 1011000 | 0 | 110 | 111011 | 1111 | 110110 | 111111 | 111100 |
Color Harmonies of #D9CC58
Complementary color
Monochromatic Colors of #D9CC58
Black with #D9CC58
Text Example
Text Example
White with #D9CC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CC58; }
p { color: rgb(217,204,88); }
H1.HeaderClassName
{
color: #D9CC58;
}
.AnyTagClassName
{
color: #D9CC58;
}
</style>
background-color css
<style>
a { background-color: #D9CC58; }
a { background-color: rgb(217,204,88); }
div.DivClassName
{
background-color: #D9CC58;
}
.BgClassName
{
background-color: #D9CC58;
}
</style>
border-color css
<style>
span { border-color: #D9CC58; }
span { border-color: rgb(217,204,88); }
td.TdClassName
{
border-color: #D9CC58;
}
.TagClassName
{
border-color: #D9CC58;
}
</style>