Shades of Confetti #DACB43
Tints of Confetti #DACB43
RGB
CMYK
RGB Variations
Color information
#DACB43 (or 0xDACB43) is known color: Confetti. HEX triplet: DA, CB and 43. RGB value is (218,203,67). Sum of RGB (Red+Green+Blue) = 218+203+67=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 67 (26.56% from 255 or 13.73% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACB43 is #2534BC. Grayscale: #C0C0C0. Windows color (decimal): -2438333 or 4443098. OLE color: 4443098.
HSL color Cylindrical-coordinate representation of color #DACB43: hue angle of 54.04º 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 #DACB43 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 67 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.15 |
| HSL | 54.04º | 0.67% | 0.56% | - |
| HSV(B) | 54.04º | 0.69% | 0.85% | - |
| XYZ | 51.28 | 58.02 | 13.81 | - |
| YUV | 191.98 | 57.47 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 67 | 0 | 0.07 | 0.69 | 0.15 | 54.04 | 0.67 | 0.56 |
| Hex | DA | CB | 43 | 0 | 7 | 45 | F | 36 | 43 | 38 |
| Octal | 332 | 313 | 103 | 0 | 7 | 105 | 17 | 66 | 103 | 70 |
| Binary | 11011010 | 11001011 | 1000011 | 0 | 111 | 1000101 | 1111 | 110110 | 1000011 | 111000 |
Color Harmonies of #DACB43
Complementary color
Monochromatic Colors of #DACB43
Black with #DACB43
Text Example
Text Example
White with #DACB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACB43; }
p { color: rgb(218,203,67); }
H1.HeaderClassName
{
color: #DACB43;
}
.AnyTagClassName
{
color: #DACB43;
}
</style>
background-color css
<style>
a { background-color: #DACB43; }
a { background-color: rgb(218,203,67); }
div.DivClassName
{
background-color: #DACB43;
}
.BgClassName
{
background-color: #DACB43;
}
</style>
border-color css
<style>
span { border-color: #DACB43; }
span { border-color: rgb(218,203,67); }
td.TdClassName
{
border-color: #DACB43;
}
.TagClassName
{
border-color: #DACB43;
}
</style>