Shades of Confetti #DFC750
Tints of Confetti #DFC750
RGB
CMYK
RGB Variations
Color information
#DFC750 (or 0xDFC750) is known color: Confetti. HEX triplet: DF, C7 and 50. RGB value is (223,199,80). Sum of RGB (Red+Green+Blue) = 223+199+80=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 199 (78.12% from 255 or 39.64% from 502); Blue value is 80 (31.64% from 255 or 15.94% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC750 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC750 is #2038AF. Grayscale: #C1C1C1. Windows color (decimal): -2111664 or 5294047. OLE color: 5294047.
HSL color Cylindrical-coordinate representation of color #DFC750: hue angle of 49.93º 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 #DFC750 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 80 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.13 |
| HSL | 49.93º | 0.69% | 0.59% | - |
| HSV(B) | 49.93º | 0.64% | 0.87% | - |
| XYZ | 52.3 | 57.11 | 15.86 | - |
| YUV | 192.61 | 64.45 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 80 | 0 | 0.11 | 0.64 | 0.13 | 49.93 | 0.69 | 0.59 |
| Hex | DF | C7 | 50 | 0 | B | 40 | D | 32 | 45 | 3B |
| Octal | 337 | 307 | 120 | 0 | 13 | 100 | 15 | 62 | 105 | 73 |
| Binary | 11011111 | 11000111 | 1010000 | 0 | 1011 | 1000000 | 1101 | 110010 | 1000101 | 111011 |
Color Harmonies of #DFC750
Complementary color
Monochromatic Colors of #DFC750
Black with #DFC750
Text Example
Text Example
White with #DFC750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC750; }
p { color: rgb(223,199,80); }
H1.HeaderClassName
{
color: #DFC750;
}
.AnyTagClassName
{
color: #DFC750;
}
</style>
background-color css
<style>
a { background-color: #DFC750; }
a { background-color: rgb(223,199,80); }
div.DivClassName
{
background-color: #DFC750;
}
.BgClassName
{
background-color: #DFC750;
}
</style>
border-color css
<style>
span { border-color: #DFC750; }
span { border-color: rgb(223,199,80); }
td.TdClassName
{
border-color: #DFC750;
}
.TagClassName
{
border-color: #DFC750;
}
</style>