Shades of Confetti #DFCA4D
Tints of Confetti #DFCA4D
RGB
CMYK
RGB Variations
Color information
#DFCA4D (or 0xDFCA4D) is known color: Confetti. HEX triplet: DF, CA and 4D. RGB value is (223,202,77). Sum of RGB (Red+Green+Blue) = 223+202+77=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 77 (30.47% from 255 or 15.34% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCA4D is #2035B2. Grayscale: #C2C2C2. Windows color (decimal): -2110899 or 5098207. OLE color: 5098207.
HSL color Cylindrical-coordinate representation of color #DFCA4D: hue angle of 51.37º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DFCA4D is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 202 | 77 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.13 |
| HSL | 51.37º | 0.7% | 0.59% | - |
| HSV(B) | 51.37º | 0.65% | 0.87% | - |
| XYZ | 52.89 | 58.46 | 15.52 | - |
| YUV | 194.03 | 61.96 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 202 | 77 | 0 | 0.09 | 0.65 | 0.13 | 51.37 | 0.7 | 0.59 |
| Hex | DF | CA | 4D | 0 | 9 | 41 | D | 33 | 46 | 3B |
| Octal | 337 | 312 | 115 | 0 | 11 | 101 | 15 | 63 | 106 | 73 |
| Binary | 11011111 | 11001010 | 1001101 | 0 | 1001 | 1000001 | 1101 | 110011 | 1000110 | 111011 |
Color Harmonies of #DFCA4D
Complementary color
Monochromatic Colors of #DFCA4D
Black with #DFCA4D
Text Example
Text Example
White with #DFCA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCA4D; }
p { color: rgb(223,202,77); }
H1.HeaderClassName
{
color: #DFCA4D;
}
.AnyTagClassName
{
color: #DFCA4D;
}
</style>
background-color css
<style>
a { background-color: #DFCA4D; }
a { background-color: rgb(223,202,77); }
div.DivClassName
{
background-color: #DFCA4D;
}
.BgClassName
{
background-color: #DFCA4D;
}
</style>
border-color css
<style>
span { border-color: #DFCA4D; }
span { border-color: rgb(223,202,77); }
td.TdClassName
{
border-color: #DFCA4D;
}
.TagClassName
{
border-color: #DFCA4D;
}
</style>