Shades of Confetti #DAC853
Tints of Confetti #DAC853
RGB
CMYK
RGB Variations
Color information
#DAC853 (or 0xDAC853) is known color: Confetti. HEX triplet: DA, C8 and 53. RGB value is (218,200,83). Sum of RGB (Red+Green+Blue) = 218+200+83=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 200 (78.52% from 255 or 39.92% from 501); Blue value is 83 (32.81% from 255 or 16.57% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC853 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC853 is #2537AC. Grayscale: #C0C0C0. Windows color (decimal): -2439085 or 5490906. OLE color: 5490906.
HSL color Cylindrical-coordinate representation of color #DAC853: hue angle of 52º 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 #DAC853 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 200 | 83 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.15 |
| HSL | 52º | 0.65% | 0.59% | - |
| HSV(B) | 52º | 0.62% | 0.85% | - |
| XYZ | 51.13 | 56.84 | 16.46 | - |
| YUV | 192.04 | 66.46 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 83 | 0 | 0.08 | 0.62 | 0.15 | 52 | 0.65 | 0.59 |
| Hex | DA | C8 | 53 | 0 | 8 | 3E | F | 34 | 41 | 3B |
| Octal | 332 | 310 | 123 | 0 | 10 | 76 | 17 | 64 | 101 | 73 |
| Binary | 11011010 | 11001000 | 1010011 | 0 | 1000 | 111110 | 1111 | 110100 | 1000001 | 111011 |
Color Harmonies of #DAC853
Complementary color
Monochromatic Colors of #DAC853
Black with #DAC853
Text Example
Text Example
White with #DAC853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC853; }
p { color: rgb(218,200,83); }
H1.HeaderClassName
{
color: #DAC853;
}
.AnyTagClassName
{
color: #DAC853;
}
</style>
background-color css
<style>
a { background-color: #DAC853; }
a { background-color: rgb(218,200,83); }
div.DivClassName
{
background-color: #DAC853;
}
.BgClassName
{
background-color: #DAC853;
}
</style>
border-color css
<style>
span { border-color: #DAC853; }
span { border-color: rgb(218,200,83); }
td.TdClassName
{
border-color: #DAC853;
}
.TagClassName
{
border-color: #DAC853;
}
</style>