Shades of Confetti #DAC953
Tints of Confetti #DAC953
RGB
CMYK
RGB Variations
Color information
#DAC953 (or 0xDAC953) is known color: Confetti. HEX triplet: DA, C9 and 53. RGB value is (218,201,83). Sum of RGB (Red+Green+Blue) = 218+201+83=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 201 (78.91% from 255 or 40.04% from 502); Blue value is 83 (32.81% from 255 or 16.53% from 502); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC953 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC953 is #2536AC. Grayscale: #C1C1C1. Windows color (decimal): -2438829 or 5491162. OLE color: 5491162.
HSL color Cylindrical-coordinate representation of color #DAC953: hue angle of 52.44º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DAC953 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 83 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.15 |
| HSL | 52.44º | 0.65% | 0.59% | - |
| HSV(B) | 52.44º | 0.62% | 0.85% | - |
| XYZ | 51.36 | 57.3 | 16.54 | - |
| YUV | 192.63 | 66.13 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 83 | 0 | 0.08 | 0.62 | 0.15 | 52.44 | 0.65 | 0.59 |
| Hex | DA | C9 | 53 | 0 | 8 | 3E | F | 34 | 41 | 3B |
| Octal | 332 | 311 | 123 | 0 | 10 | 76 | 17 | 64 | 101 | 73 |
| Binary | 11011010 | 11001001 | 1010011 | 0 | 1000 | 111110 | 1111 | 110100 | 1000001 | 111011 |
Color Harmonies of #DAC953
Complementary color
Monochromatic Colors of #DAC953
Black with #DAC953
Text Example
Text Example
White with #DAC953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC953; }
p { color: rgb(218,201,83); }
H1.HeaderClassName
{
color: #DAC953;
}
.AnyTagClassName
{
color: #DAC953;
}
</style>
background-color css
<style>
a { background-color: #DAC953; }
a { background-color: rgb(218,201,83); }
div.DivClassName
{
background-color: #DAC953;
}
.BgClassName
{
background-color: #DAC953;
}
</style>
border-color css
<style>
span { border-color: #DAC953; }
span { border-color: rgb(218,201,83); }
td.TdClassName
{
border-color: #DAC953;
}
.TagClassName
{
border-color: #DAC953;
}
</style>