Shades of Confetti #DFCF50
Tints of Confetti #DFCF50
RGB
CMYK
RGB Variations
Color information
#DFCF50 (or 0xDFCF50) is known color: Confetti. HEX triplet: DF, CF and 50. RGB value is (223,207,80). Sum of RGB (Red+Green+Blue) = 223+207+80=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 207 (81.25% from 255 or 40.59% from 510); Blue value is 80 (31.64% from 255 or 15.69% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCF50 is #2030AF. Grayscale: #C5C5C5. Windows color (decimal): -2109616 or 5296095. OLE color: 5296095.
HSL color Cylindrical-coordinate representation of color #DFCF50: hue angle of 53.29º 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 #DFCF50 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 207 | 80 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.13 |
| HSL | 53.29º | 0.69% | 0.59% | - |
| HSV(B) | 53.29º | 0.64% | 0.87% | - |
| XYZ | 54.19 | 60.89 | 16.49 | - |
| YUV | 197.31 | 61.8 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 207 | 80 | 0 | 0.07 | 0.64 | 0.13 | 53.29 | 0.69 | 0.59 |
| Hex | DF | CF | 50 | 0 | 7 | 40 | D | 35 | 45 | 3B |
| Octal | 337 | 317 | 120 | 0 | 7 | 100 | 15 | 65 | 105 | 73 |
| Binary | 11011111 | 11001111 | 1010000 | 0 | 111 | 1000000 | 1101 | 110101 | 1000101 | 111011 |
Color Harmonies of #DFCF50
Complementary color
Monochromatic Colors of #DFCF50
Black with #DFCF50
Text Example
Text Example
White with #DFCF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCF50; }
p { color: rgb(223,207,80); }
H1.HeaderClassName
{
color: #DFCF50;
}
.AnyTagClassName
{
color: #DFCF50;
}
</style>
background-color css
<style>
a { background-color: #DFCF50; }
a { background-color: rgb(223,207,80); }
div.DivClassName
{
background-color: #DFCF50;
}
.BgClassName
{
background-color: #DFCF50;
}
</style>
border-color css
<style>
span { border-color: #DFCF50; }
span { border-color: rgb(223,207,80); }
td.TdClassName
{
border-color: #DFCF50;
}
.TagClassName
{
border-color: #DFCF50;
}
</style>