Shades of Confetti #DAC353
Tints of Confetti #DAC353
RGB
CMYK
RGB Variations
Color information
#DAC353 (or 0xDAC353) is known color: Confetti. HEX triplet: DA, C3 and 53. RGB value is (218,195,83). Sum of RGB (Red+Green+Blue) = 218+195+83=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 195 (76.56% from 255 or 39.31% from 496); Blue value is 83 (32.81% from 255 or 16.73% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC353 is #253CAC. Grayscale: #BDBDBD. Windows color (decimal): -2440365 or 5489626. OLE color: 5489626.
HSL color Cylindrical-coordinate representation of color #DAC353: hue angle of 49.78º 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 #DAC353 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 195 | 83 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.15 |
| HSL | 49.78º | 0.65% | 0.59% | - |
| HSV(B) | 49.78º | 0.62% | 0.85% | - |
| XYZ | 49.99 | 54.56 | 16.08 | - |
| YUV | 189.11 | 68.12 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 83 | 0 | 0.11 | 0.62 | 0.15 | 49.78 | 0.65 | 0.59 |
| Hex | DA | C3 | 53 | 0 | B | 3E | F | 32 | 41 | 3B |
| Octal | 332 | 303 | 123 | 0 | 13 | 76 | 17 | 62 | 101 | 73 |
| Binary | 11011010 | 11000011 | 1010011 | 0 | 1011 | 111110 | 1111 | 110010 | 1000001 | 111011 |
Color Harmonies of #DAC353
Complementary color
Monochromatic Colors of #DAC353
Black with #DAC353
Text Example
Text Example
White with #DAC353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC353; }
p { color: rgb(218,195,83); }
H1.HeaderClassName
{
color: #DAC353;
}
.AnyTagClassName
{
color: #DAC353;
}
</style>
background-color css
<style>
a { background-color: #DAC353; }
a { background-color: rgb(218,195,83); }
div.DivClassName
{
background-color: #DAC353;
}
.BgClassName
{
background-color: #DAC353;
}
</style>
border-color css
<style>
span { border-color: #DAC353; }
span { border-color: rgb(218,195,83); }
td.TdClassName
{
border-color: #DAC353;
}
.TagClassName
{
border-color: #DAC353;
}
</style>