Shades of Confetti #DACD4B
Tints of Confetti #DACD4B
RGB
CMYK
RGB Variations
Color information
#DACD4B (or 0xDACD4B) is known color: Confetti. HEX triplet: DA, CD and 4B. RGB value is (218,205,75). Sum of RGB (Red+Green+Blue) = 218+205+75=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 75 (29.69% from 255 or 15.06% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DACD4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACD4B is #2532B4. Grayscale: #C2C2C2. Windows color (decimal): -2437813 or 4967898. OLE color: 4967898.
HSL color Cylindrical-coordinate representation of color #DACD4B: hue angle of 54.55º 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 #DACD4B is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 205 | 75 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.15 |
| HSL | 54.55º | 0.66% | 0.57% | - |
| HSV(B) | 54.55º | 0.66% | 0.85% | - |
| XYZ | 52.01 | 59.08 | 15.32 | - |
| YUV | 194.07 | 60.81 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 205 | 75 | 0 | 0.06 | 0.66 | 0.15 | 54.55 | 0.66 | 0.57 |
| Hex | DA | CD | 4B | 0 | 6 | 42 | F | 37 | 42 | 39 |
| Octal | 332 | 315 | 113 | 0 | 6 | 102 | 17 | 67 | 102 | 71 |
| Binary | 11011010 | 11001101 | 1001011 | 0 | 110 | 1000010 | 1111 | 110111 | 1000010 | 111001 |
Color Harmonies of #DACD4B
Complementary color
Monochromatic Colors of #DACD4B
Black with #DACD4B
Text Example
Text Example
White with #DACD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACD4B; }
p { color: rgb(218,205,75); }
H1.HeaderClassName
{
color: #DACD4B;
}
.AnyTagClassName
{
color: #DACD4B;
}
</style>
background-color css
<style>
a { background-color: #DACD4B; }
a { background-color: rgb(218,205,75); }
div.DivClassName
{
background-color: #DACD4B;
}
.BgClassName
{
background-color: #DACD4B;
}
</style>
border-color css
<style>
span { border-color: #DACD4B; }
span { border-color: rgb(218,205,75); }
td.TdClassName
{
border-color: #DACD4B;
}
.TagClassName
{
border-color: #DACD4B;
}
</style>