Shades of Confetti #DACC4B
Tints of Confetti #DACC4B
RGB
CMYK
RGB Variations
Color information
#DACC4B (or 0xDACC4B) is known color: Confetti. HEX triplet: DA, CC and 4B. RGB value is (218,204,75). Sum of RGB (Red+Green+Blue) = 218+204+75=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 75 (29.69% from 255 or 15.09% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACC4B is #2533B4. Grayscale: #C2C2C2. Windows color (decimal): -2438069 or 4967642. OLE color: 4967642.
HSL color Cylindrical-coordinate representation of color #DACC4B: hue angle of 54.13º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DACC4B is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 204 | 75 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.15 |
| HSL | 54.13º | 0.66% | 0.57% | - |
| HSV(B) | 54.13º | 0.66% | 0.85% | - |
| XYZ | 51.78 | 58.6 | 15.24 | - |
| YUV | 193.48 | 61.14 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 75 | 0 | 0.06 | 0.66 | 0.15 | 54.13 | 0.66 | 0.57 |
| Hex | DA | CC | 4B | 0 | 6 | 42 | F | 36 | 42 | 39 |
| Octal | 332 | 314 | 113 | 0 | 6 | 102 | 17 | 66 | 102 | 71 |
| Binary | 11011010 | 11001100 | 1001011 | 0 | 110 | 1000010 | 1111 | 110110 | 1000010 | 111001 |
Color Harmonies of #DACC4B
Complementary color
Monochromatic Colors of #DACC4B
Black with #DACC4B
Text Example
Text Example
White with #DACC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACC4B; }
p { color: rgb(218,204,75); }
H1.HeaderClassName
{
color: #DACC4B;
}
.AnyTagClassName
{
color: #DACC4B;
}
</style>
background-color css
<style>
a { background-color: #DACC4B; }
a { background-color: rgb(218,204,75); }
div.DivClassName
{
background-color: #DACC4B;
}
.BgClassName
{
background-color: #DACC4B;
}
</style>
border-color css
<style>
span { border-color: #DACC4B; }
span { border-color: rgb(218,204,75); }
td.TdClassName
{
border-color: #DACC4B;
}
.TagClassName
{
border-color: #DACC4B;
}
</style>