Shades of Confetti #DAC958
Tints of Confetti #DAC958
RGB
CMYK
RGB Variations
Color information
#DAC958 (or 0xDAC958) is known color: Confetti. HEX triplet: DA, C9 and 58. RGB value is (218,201,88). Sum of RGB (Red+Green+Blue) = 218+201+88=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 201 (78.91% from 255 or 39.64% from 507); Blue value is 88 (34.77% from 255 or 17.36% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC958 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC958 is #2536A7. Grayscale: #C1C1C1. Windows color (decimal): -2438824 or 5818842. OLE color: 5818842.
HSL color Cylindrical-coordinate representation of color #DAC958: hue angle of 52.15º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DAC958 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 88 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.15 |
| HSL | 52.15º | 0.64% | 0.6% | - |
| HSV(B) | 52.15º | 0.6% | 0.85% | - |
| XYZ | 51.56 | 57.38 | 17.59 | - |
| YUV | 193.2 | 68.63 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 88 | 0 | 0.08 | 0.60 | 0.15 | 52.15 | 0.64 | 0.6 |
| Hex | DA | C9 | 58 | 0 | 8 | 3C | F | 34 | 40 | 3C |
| Octal | 332 | 311 | 130 | 0 | 10 | 74 | 17 | 64 | 100 | 74 |
| Binary | 11011010 | 11001001 | 1011000 | 0 | 1000 | 111100 | 1111 | 110100 | 1000000 | 111100 |
Color Harmonies of #DAC958
Complementary color
Monochromatic Colors of #DAC958
Black with #DAC958
Text Example
Text Example
White with #DAC958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC958; }
p { color: rgb(218,201,88); }
H1.HeaderClassName
{
color: #DAC958;
}
.AnyTagClassName
{
color: #DAC958;
}
</style>
background-color css
<style>
a { background-color: #DAC958; }
a { background-color: rgb(218,201,88); }
div.DivClassName
{
background-color: #DAC958;
}
.BgClassName
{
background-color: #DAC958;
}
</style>
border-color css
<style>
span { border-color: #DAC958; }
span { border-color: rgb(218,201,88); }
td.TdClassName
{
border-color: #DAC958;
}
.TagClassName
{
border-color: #DAC958;
}
</style>