Shades of Confetti #DAC452
Tints of Confetti #DAC452
RGB
CMYK
RGB Variations
Color information
#DAC452 (or 0xDAC452) is known color: Confetti. HEX triplet: DA, C4 and 52. RGB value is (218,196,82). Sum of RGB (Red+Green+Blue) = 218+196+82=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 196 (76.95% from 255 or 39.52% from 496); Blue value is 82 (32.42% from 255 or 16.53% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC452 is #253BAD. Grayscale: #BEBEBE. Windows color (decimal): -2440110 or 5424346. OLE color: 5424346.
HSL color Cylindrical-coordinate representation of color #DAC452: hue angle of 50.29º 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 #DAC452 is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 82 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.15 |
| HSL | 50.29º | 0.65% | 0.59% | - |
| HSV(B) | 50.29º | 0.62% | 0.85% | - |
| XYZ | 50.18 | 54.99 | 15.95 | - |
| YUV | 189.58 | 67.29 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 82 | 0 | 0.10 | 0.62 | 0.15 | 50.29 | 0.65 | 0.59 |
| Hex | DA | C4 | 52 | 0 | A | 3E | F | 32 | 41 | 3B |
| Octal | 332 | 304 | 122 | 0 | 12 | 76 | 17 | 62 | 101 | 73 |
| Binary | 11011010 | 11000100 | 1010010 | 0 | 1010 | 111110 | 1111 | 110010 | 1000001 | 111011 |
Color Harmonies of #DAC452
Complementary color
Monochromatic Colors of #DAC452
Black with #DAC452
Text Example
Text Example
White with #DAC452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC452; }
p { color: rgb(218,196,82); }
H1.HeaderClassName
{
color: #DAC452;
}
.AnyTagClassName
{
color: #DAC452;
}
</style>
background-color css
<style>
a { background-color: #DAC452; }
a { background-color: rgb(218,196,82); }
div.DivClassName
{
background-color: #DAC452;
}
.BgClassName
{
background-color: #DAC452;
}
</style>
border-color css
<style>
span { border-color: #DAC452; }
span { border-color: rgb(218,196,82); }
td.TdClassName
{
border-color: #DAC452;
}
.TagClassName
{
border-color: #DAC452;
}
</style>