Shades of Confetti #DACA41
Tints of Confetti #DACA41
RGB
CMYK
RGB Variations
Color information
#DACA41 (or 0xDACA41) is known color: Confetti. HEX triplet: DA, CA and 41. RGB value is (218,202,65). Sum of RGB (Red+Green+Blue) = 218+202+65=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 65 (25.78% from 255 or 13.40% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACA41 is #2535BE. Grayscale: #BFBFBF. Windows color (decimal): -2438591 or 4311770. OLE color: 4311770.
HSL color Cylindrical-coordinate representation of color #DACA41: hue angle of 53.73º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DACA41 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 202 | 65 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.15 |
| HSL | 53.73º | 0.67% | 0.55% | - |
| HSV(B) | 53.73º | 0.7% | 0.85% | - |
| XYZ | 50.99 | 57.53 | 13.42 | - |
| YUV | 191.17 | 56.8 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 65 | 0 | 0.07 | 0.70 | 0.15 | 53.73 | 0.67 | 0.55 |
| Hex | DA | CA | 41 | 0 | 7 | 46 | F | 36 | 43 | 37 |
| Octal | 332 | 312 | 101 | 0 | 7 | 106 | 17 | 66 | 103 | 67 |
| Binary | 11011010 | 11001010 | 1000001 | 0 | 111 | 1000110 | 1111 | 110110 | 1000011 | 110111 |
Color Harmonies of #DACA41
Complementary color
Monochromatic Colors of #DACA41
Black with #DACA41
Text Example
Text Example
White with #DACA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACA41; }
p { color: rgb(218,202,65); }
H1.HeaderClassName
{
color: #DACA41;
}
.AnyTagClassName
{
color: #DACA41;
}
</style>
background-color css
<style>
a { background-color: #DACA41; }
a { background-color: rgb(218,202,65); }
div.DivClassName
{
background-color: #DACA41;
}
.BgClassName
{
background-color: #DACA41;
}
</style>
border-color css
<style>
span { border-color: #DACA41; }
span { border-color: rgb(218,202,65); }
td.TdClassName
{
border-color: #DACA41;
}
.TagClassName
{
border-color: #DACA41;
}
</style>