Shades of Confetti #DFCA55
Tints of Confetti #DFCA55
RGB
CMYK
RGB Variations
Color information
#DFCA55 (or 0xDFCA55) is known color: Confetti. HEX triplet: DF, CA and 55. RGB value is (223,202,85). Sum of RGB (Red+Green+Blue) = 223+202+85=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 85 (33.59% from 255 or 16.67% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCA55 is #2035AA. Grayscale: #C3C3C3. Windows color (decimal): -2110891 or 5622495. OLE color: 5622495.
HSL color Cylindrical-coordinate representation of color #DFCA55: hue angle of 50.87º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DFCA55 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 202 | 85 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.13 |
| HSL | 50.87º | 0.68% | 0.6% | - |
| HSV(B) | 50.87º | 0.62% | 0.87% | - |
| XYZ | 53.19 | 58.58 | 17.1 | - |
| YUV | 194.94 | 65.96 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 202 | 85 | 0 | 0.09 | 0.62 | 0.13 | 50.87 | 0.68 | 0.6 |
| Hex | DF | CA | 55 | 0 | 9 | 3E | D | 33 | 44 | 3C |
| Octal | 337 | 312 | 125 | 0 | 11 | 76 | 15 | 63 | 104 | 74 |
| Binary | 11011111 | 11001010 | 1010101 | 0 | 1001 | 111110 | 1101 | 110011 | 1000100 | 111100 |
Color Harmonies of #DFCA55
Complementary color
Monochromatic Colors of #DFCA55
Black with #DFCA55
Text Example
Text Example
White with #DFCA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCA55; }
p { color: rgb(223,202,85); }
H1.HeaderClassName
{
color: #DFCA55;
}
.AnyTagClassName
{
color: #DFCA55;
}
</style>
background-color css
<style>
a { background-color: #DFCA55; }
a { background-color: rgb(223,202,85); }
div.DivClassName
{
background-color: #DFCA55;
}
.BgClassName
{
background-color: #DFCA55;
}
</style>
border-color css
<style>
span { border-color: #DFCA55; }
span { border-color: rgb(223,202,85); }
td.TdClassName
{
border-color: #DFCA55;
}
.TagClassName
{
border-color: #DFCA55;
}
</style>