Shades of Confetti #DACA4B
Tints of Confetti #DACA4B
RGB
CMYK
RGB Variations
Color information
#DACA4B (or 0xDACA4B) is known color: Confetti. HEX triplet: DA, CA and 4B. RGB value is (218,202,75). Sum of RGB (Red+Green+Blue) = 218+202+75=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 75 (29.69% from 255 or 15.15% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACA4B is #2535B4. Grayscale: #C0C0C0. Windows color (decimal): -2438581 or 4967130. OLE color: 4967130.
HSL color Cylindrical-coordinate representation of color #DACA4B: hue angle of 53.29º 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 #DACA4B is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 202 | 75 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.15 |
| HSL | 53.29º | 0.66% | 0.57% | - |
| HSV(B) | 53.29º | 0.66% | 0.85% | - |
| XYZ | 51.3 | 57.65 | 15.08 | - |
| YUV | 192.31 | 61.8 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 75 | 0 | 0.07 | 0.66 | 0.15 | 53.29 | 0.66 | 0.57 |
| Hex | DA | CA | 4B | 0 | 7 | 42 | F | 35 | 42 | 39 |
| Octal | 332 | 312 | 113 | 0 | 7 | 102 | 17 | 65 | 102 | 71 |
| Binary | 11011010 | 11001010 | 1001011 | 0 | 111 | 1000010 | 1111 | 110101 | 1000010 | 111001 |
Color Harmonies of #DACA4B
Complementary color
Monochromatic Colors of #DACA4B
Black with #DACA4B
Text Example
Text Example
White with #DACA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACA4B; }
p { color: rgb(218,202,75); }
H1.HeaderClassName
{
color: #DACA4B;
}
.AnyTagClassName
{
color: #DACA4B;
}
</style>
background-color css
<style>
a { background-color: #DACA4B; }
a { background-color: rgb(218,202,75); }
div.DivClassName
{
background-color: #DACA4B;
}
.BgClassName
{
background-color: #DACA4B;
}
</style>
border-color css
<style>
span { border-color: #DACA4B; }
span { border-color: rgb(218,202,75); }
td.TdClassName
{
border-color: #DACA4B;
}
.TagClassName
{
border-color: #DACA4B;
}
</style>