Shades of Confetti #DACB45
Tints of Confetti #DACB45
RGB
CMYK
RGB Variations
Color information
#DACB45 (or 0xDACB45) is known color: Confetti. HEX triplet: DA, CB and 45. RGB value is (218,203,69). Sum of RGB (Red+Green+Blue) = 218+203+69=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 203 (79.69% from 255 or 41.43% from 490); Blue value is 69 (27.34% from 255 or 14.08% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACB45 is #2534BA. Grayscale: #C0C0C0. Windows color (decimal): -2438331 or 4574170. OLE color: 4574170.
HSL color Cylindrical-coordinate representation of color #DACB45: hue angle of 53.96º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DACB45 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 69 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.15 |
| HSL | 53.96º | 0.67% | 0.56% | - |
| HSV(B) | 53.96º | 0.68% | 0.85% | - |
| XYZ | 51.34 | 58.05 | 14.13 | - |
| YUV | 192.21 | 58.47 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 69 | 0 | 0.07 | 0.68 | 0.15 | 53.96 | 0.67 | 0.56 |
| Hex | DA | CB | 45 | 0 | 7 | 44 | F | 36 | 43 | 38 |
| Octal | 332 | 313 | 105 | 0 | 7 | 104 | 17 | 66 | 103 | 70 |
| Binary | 11011010 | 11001011 | 1000101 | 0 | 111 | 1000100 | 1111 | 110110 | 1000011 | 111000 |
Color Harmonies of #DACB45
Complementary color
Monochromatic Colors of #DACB45
Black with #DACB45
Text Example
Text Example
White with #DACB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACB45; }
p { color: rgb(218,203,69); }
H1.HeaderClassName
{
color: #DACB45;
}
.AnyTagClassName
{
color: #DACB45;
}
</style>
background-color css
<style>
a { background-color: #DACB45; }
a { background-color: rgb(218,203,69); }
div.DivClassName
{
background-color: #DACB45;
}
.BgClassName
{
background-color: #DACB45;
}
</style>
border-color css
<style>
span { border-color: #DACB45; }
span { border-color: rgb(218,203,69); }
td.TdClassName
{
border-color: #DACB45;
}
.TagClassName
{
border-color: #DACB45;
}
</style>