Shades of Confetti #DAC757
Tints of Confetti #DAC757
RGB
CMYK
RGB Variations
Color information
#DAC757 (or 0xDAC757) is known color: Confetti. HEX triplet: DA, C7 and 57. RGB value is (218,199,87). Sum of RGB (Red+Green+Blue) = 218+199+87=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 199 (78.12% from 255 or 39.48% from 504); Blue value is 87 (34.38% from 255 or 17.26% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC757 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC757 is #2538A8. Grayscale: #C0C0C0. Windows color (decimal): -2439337 or 5752794. OLE color: 5752794.
HSL color Cylindrical-coordinate representation of color #DAC757: hue angle of 51.3º 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 #DAC757 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 199 | 87 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.15 |
| HSL | 51.3º | 0.64% | 0.6% | - |
| HSV(B) | 51.3º | 0.6% | 0.85% | - |
| XYZ | 51.06 | 56.44 | 17.22 | - |
| YUV | 191.91 | 68.79 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 199 | 87 | 0 | 0.09 | 0.60 | 0.15 | 51.3 | 0.64 | 0.6 |
| Hex | DA | C7 | 57 | 0 | 9 | 3C | F | 33 | 40 | 3C |
| Octal | 332 | 307 | 127 | 0 | 11 | 74 | 17 | 63 | 100 | 74 |
| Binary | 11011010 | 11000111 | 1010111 | 0 | 1001 | 111100 | 1111 | 110011 | 1000000 | 111100 |
Color Harmonies of #DAC757
Complementary color
Monochromatic Colors of #DAC757
Black with #DAC757
Text Example
Text Example
White with #DAC757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC757; }
p { color: rgb(218,199,87); }
H1.HeaderClassName
{
color: #DAC757;
}
.AnyTagClassName
{
color: #DAC757;
}
</style>
background-color css
<style>
a { background-color: #DAC757; }
a { background-color: rgb(218,199,87); }
div.DivClassName
{
background-color: #DAC757;
}
.BgClassName
{
background-color: #DAC757;
}
</style>
border-color css
<style>
span { border-color: #DAC757; }
span { border-color: rgb(218,199,87); }
td.TdClassName
{
border-color: #DAC757;
}
.TagClassName
{
border-color: #DAC757;
}
</style>