Shades of Confetti #DFC950
Tints of Confetti #DFC950
RGB
CMYK
RGB Variations
Color information
#DFC950 (or 0xDFC950) is known color: Confetti. HEX triplet: DF, C9 and 50. RGB value is (223,201,80). Sum of RGB (Red+Green+Blue) = 223+201+80=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 201 (78.91% from 255 or 39.88% from 504); Blue value is 80 (31.64% from 255 or 15.87% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC950 is #2036AF. Grayscale: #C2C2C2. Windows color (decimal): -2111152 or 5294559. OLE color: 5294559.
HSL color Cylindrical-coordinate representation of color #DFC950: hue angle of 50.77º 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 #DFC950 is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 80 | - |
| CMYK | 0 | 0.10 | 0.64 | 0.13 |
| HSL | 50.77º | 0.69% | 0.59% | - |
| HSV(B) | 50.77º | 0.64% | 0.87% | - |
| XYZ | 52.77 | 58.04 | 16.01 | - |
| YUV | 193.78 | 63.79 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 80 | 0 | 0.10 | 0.64 | 0.13 | 50.77 | 0.69 | 0.59 |
| Hex | DF | C9 | 50 | 0 | A | 40 | D | 33 | 45 | 3B |
| Octal | 337 | 311 | 120 | 0 | 12 | 100 | 15 | 63 | 105 | 73 |
| Binary | 11011111 | 11001001 | 1010000 | 0 | 1010 | 1000000 | 1101 | 110011 | 1000101 | 111011 |
Color Harmonies of #DFC950
Complementary color
Monochromatic Colors of #DFC950
Black with #DFC950
Text Example
Text Example
White with #DFC950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC950; }
p { color: rgb(223,201,80); }
H1.HeaderClassName
{
color: #DFC950;
}
.AnyTagClassName
{
color: #DFC950;
}
</style>
background-color css
<style>
a { background-color: #DFC950; }
a { background-color: rgb(223,201,80); }
div.DivClassName
{
background-color: #DFC950;
}
.BgClassName
{
background-color: #DFC950;
}
</style>
border-color css
<style>
span { border-color: #DFC950; }
span { border-color: rgb(223,201,80); }
td.TdClassName
{
border-color: #DFC950;
}
.TagClassName
{
border-color: #DFC950;
}
</style>