Shades of Confetti #DACB42
Tints of Confetti #DACB42
RGB
CMYK
RGB Variations
Color information
#DACB42 (or 0xDACB42) is known color: Confetti. HEX triplet: DA, CB and 42. RGB value is (218,203,66). Sum of RGB (Red+Green+Blue) = 218+203+66=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 66 (26.17% from 255 or 13.55% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACB42 is #2534BD. Grayscale: #C0C0C0. Windows color (decimal): -2438334 or 4377562. OLE color: 4377562.
HSL color Cylindrical-coordinate representation of color #DACB42: hue angle of 54.08º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DACB42 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 66 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.15 |
| HSL | 54.08º | 0.67% | 0.56% | - |
| HSV(B) | 54.08º | 0.7% | 0.85% | - |
| XYZ | 51.25 | 58.01 | 13.65 | - |
| YUV | 191.87 | 56.97 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 66 | 0 | 0.07 | 0.70 | 0.15 | 54.08 | 0.67 | 0.56 |
| Hex | DA | CB | 42 | 0 | 7 | 46 | F | 36 | 43 | 38 |
| Octal | 332 | 313 | 102 | 0 | 7 | 106 | 17 | 66 | 103 | 70 |
| Binary | 11011010 | 11001011 | 1000010 | 0 | 111 | 1000110 | 1111 | 110110 | 1000011 | 111000 |
Color Harmonies of #DACB42
Complementary color
Monochromatic Colors of #DACB42
Black with #DACB42
Text Example
Text Example
White with #DACB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACB42; }
p { color: rgb(218,203,66); }
H1.HeaderClassName
{
color: #DACB42;
}
.AnyTagClassName
{
color: #DACB42;
}
</style>
background-color css
<style>
a { background-color: #DACB42; }
a { background-color: rgb(218,203,66); }
div.DivClassName
{
background-color: #DACB42;
}
.BgClassName
{
background-color: #DACB42;
}
</style>
border-color css
<style>
span { border-color: #DACB42; }
span { border-color: rgb(218,203,66); }
td.TdClassName
{
border-color: #DACB42;
}
.TagClassName
{
border-color: #DACB42;
}
</style>