Shades of Confetti #DACA43
Tints of Confetti #DACA43
RGB
CMYK
RGB Variations
Color information
#DACA43 (or 0xDACA43) is known color: Confetti. HEX triplet: DA, CA and 43. RGB value is (218,202,67). Sum of RGB (Red+Green+Blue) = 218+202+67=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 67 (26.56% from 255 or 13.76% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACA43 is #2535BC. Grayscale: #BFBFBF. Windows color (decimal): -2438589 or 4442842. OLE color: 4442842.
HSL color Cylindrical-coordinate representation of color #DACA43: hue angle of 53.64º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DACA43 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 202 | 67 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.15 |
| HSL | 53.64º | 0.67% | 0.56% | - |
| HSV(B) | 53.64º | 0.69% | 0.85% | - |
| XYZ | 51.05 | 57.55 | 13.73 | - |
| YUV | 191.39 | 57.8 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 67 | 0 | 0.07 | 0.69 | 0.15 | 53.64 | 0.67 | 0.56 |
| Hex | DA | CA | 43 | 0 | 7 | 45 | F | 36 | 43 | 38 |
| Octal | 332 | 312 | 103 | 0 | 7 | 105 | 17 | 66 | 103 | 70 |
| Binary | 11011010 | 11001010 | 1000011 | 0 | 111 | 1000101 | 1111 | 110110 | 1000011 | 111000 |
Color Harmonies of #DACA43
Complementary color
Monochromatic Colors of #DACA43
Black with #DACA43
Text Example
Text Example
White with #DACA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACA43; }
p { color: rgb(218,202,67); }
H1.HeaderClassName
{
color: #DACA43;
}
.AnyTagClassName
{
color: #DACA43;
}
</style>
background-color css
<style>
a { background-color: #DACA43; }
a { background-color: rgb(218,202,67); }
div.DivClassName
{
background-color: #DACA43;
}
.BgClassName
{
background-color: #DACA43;
}
</style>
border-color css
<style>
span { border-color: #DACA43; }
span { border-color: rgb(218,202,67); }
td.TdClassName
{
border-color: #DACA43;
}
.TagClassName
{
border-color: #DACA43;
}
</style>