Shades of Confetti #DFCA4A
Tints of Confetti #DFCA4A
RGB
CMYK
RGB Variations
Color information
#DFCA4A (or 0xDFCA4A) is known color: Confetti. HEX triplet: DF, CA and 4A. RGB value is (223,202,74). Sum of RGB (Red+Green+Blue) = 223+202+74=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 74 (29.30% from 255 or 14.83% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCA4A is #2035B5. Grayscale: #C2C2C2. Windows color (decimal): -2110902 or 4901599. OLE color: 4901599.
HSL color Cylindrical-coordinate representation of color #DFCA4A: hue angle of 51.54º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DFCA4A is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 202 | 74 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.13 |
| HSL | 51.54º | 0.7% | 0.58% | - |
| HSV(B) | 51.54º | 0.67% | 0.87% | - |
| XYZ | 52.79 | 58.42 | 14.97 | - |
| YUV | 193.69 | 60.46 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 202 | 74 | 0 | 0.09 | 0.67 | 0.13 | 51.54 | 0.7 | 0.58 |
| Hex | DF | CA | 4A | 0 | 9 | 43 | D | 34 | 46 | 3A |
| Octal | 337 | 312 | 112 | 0 | 11 | 103 | 15 | 64 | 106 | 72 |
| Binary | 11011111 | 11001010 | 1001010 | 0 | 1001 | 1000011 | 1101 | 110100 | 1000110 | 111010 |
Color Harmonies of #DFCA4A
Complementary color
Monochromatic Colors of #DFCA4A
Black with #DFCA4A
Text Example
Text Example
White with #DFCA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCA4A; }
p { color: rgb(223,202,74); }
H1.HeaderClassName
{
color: #DFCA4A;
}
.AnyTagClassName
{
color: #DFCA4A;
}
</style>
background-color css
<style>
a { background-color: #DFCA4A; }
a { background-color: rgb(223,202,74); }
div.DivClassName
{
background-color: #DFCA4A;
}
.BgClassName
{
background-color: #DFCA4A;
}
</style>
border-color css
<style>
span { border-color: #DFCA4A; }
span { border-color: rgb(223,202,74); }
td.TdClassName
{
border-color: #DFCA4A;
}
.TagClassName
{
border-color: #DFCA4A;
}
</style>