Shades of Confetti #DACF4F
Tints of Confetti #DACF4F
RGB
CMYK
RGB Variations
Color information
#DACF4F (or 0xDACF4F) is known color: Confetti. HEX triplet: DA, CF and 4F. RGB value is (218,207,79). Sum of RGB (Red+Green+Blue) = 218+207+79=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 79 (31.25% from 255 or 15.67% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DACF4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACF4F is #2530B0. Grayscale: #C4C4C4. Windows color (decimal): -2437297 or 5230554. OLE color: 5230554.
HSL color Cylindrical-coordinate representation of color #DACF4F: hue angle of 55.25º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DACF4F is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 207 | 79 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.15 |
| HSL | 55.25º | 0.65% | 0.58% | - |
| HSV(B) | 55.25º | 0.64% | 0.85% | - |
| XYZ | 52.64 | 60.1 | 16.22 | - |
| YUV | 195.7 | 62.14 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 207 | 79 | 0 | 0.05 | 0.64 | 0.15 | 55.25 | 0.65 | 0.58 |
| Hex | DA | CF | 4F | 0 | 5 | 40 | F | 37 | 41 | 3A |
| Octal | 332 | 317 | 117 | 0 | 5 | 100 | 17 | 67 | 101 | 72 |
| Binary | 11011010 | 11001111 | 1001111 | 0 | 101 | 1000000 | 1111 | 110111 | 1000001 | 111010 |
Color Harmonies of #DACF4F
Complementary color
Monochromatic Colors of #DACF4F
Black with #DACF4F
Text Example
Text Example
White with #DACF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACF4F; }
p { color: rgb(218,207,79); }
H1.HeaderClassName
{
color: #DACF4F;
}
.AnyTagClassName
{
color: #DACF4F;
}
</style>
background-color css
<style>
a { background-color: #DACF4F; }
a { background-color: rgb(218,207,79); }
div.DivClassName
{
background-color: #DACF4F;
}
.BgClassName
{
background-color: #DACF4F;
}
</style>
border-color css
<style>
span { border-color: #DACF4F; }
span { border-color: rgb(218,207,79); }
td.TdClassName
{
border-color: #DACF4F;
}
.TagClassName
{
border-color: #DACF4F;
}
</style>