Shades of Confetti #DFCA50
Tints of Confetti #DFCA50
RGB
CMYK
RGB Variations
Color information
#DFCA50 (or 0xDFCA50) is known color: Confetti. HEX triplet: DF, CA and 50. RGB value is (223,202,80). Sum of RGB (Red+Green+Blue) = 223+202+80=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 80 (31.64% from 255 or 15.84% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCA50 is #2035AF. Grayscale: #C2C2C2. Windows color (decimal): -2110896 or 5294815. OLE color: 5294815.
HSL color Cylindrical-coordinate representation of color #DFCA50: hue angle of 51.19º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DFCA50 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 202 | 80 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.13 |
| HSL | 51.19º | 0.69% | 0.59% | - |
| HSV(B) | 51.19º | 0.64% | 0.87% | - |
| XYZ | 53 | 58.51 | 16.09 | - |
| YUV | 194.37 | 63.46 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 202 | 80 | 0 | 0.09 | 0.64 | 0.13 | 51.19 | 0.69 | 0.59 |
| Hex | DF | CA | 50 | 0 | 9 | 40 | D | 33 | 45 | 3B |
| Octal | 337 | 312 | 120 | 0 | 11 | 100 | 15 | 63 | 105 | 73 |
| Binary | 11011111 | 11001010 | 1010000 | 0 | 1001 | 1000000 | 1101 | 110011 | 1000101 | 111011 |
Color Harmonies of #DFCA50
Complementary color
Monochromatic Colors of #DFCA50
Black with #DFCA50
Text Example
Text Example
White with #DFCA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCA50; }
p { color: rgb(223,202,80); }
H1.HeaderClassName
{
color: #DFCA50;
}
.AnyTagClassName
{
color: #DFCA50;
}
</style>
background-color css
<style>
a { background-color: #DFCA50; }
a { background-color: rgb(223,202,80); }
div.DivClassName
{
background-color: #DFCA50;
}
.BgClassName
{
background-color: #DFCA50;
}
</style>
border-color css
<style>
span { border-color: #DFCA50; }
span { border-color: rgb(223,202,80); }
td.TdClassName
{
border-color: #DFCA50;
}
.TagClassName
{
border-color: #DFCA50;
}
</style>