Shades of Confetti #DFC93F
Tints of Confetti #DFC93F
RGB
CMYK
RGB Variations
Color information
#DFC93F (or 0xDFC93F) is known color: Confetti. HEX triplet: DF, C9 and 3F. RGB value is (223,201,63). Sum of RGB (Red+Green+Blue) = 223+201+63=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 201 (78.91% from 255 or 41.27% from 487); Blue value is 63 (25% from 255 or 12.94% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC93F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC93F is #2036C0. Grayscale: #C0C0C0. Windows color (decimal): -2111169 or 4180447. OLE color: 4180447.
HSL color Cylindrical-coordinate representation of color #DFC93F: hue angle of 51.75º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DFC93F is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 63 | - |
| CMYK | 0 | 0.10 | 0.72 | 0.13 |
| HSL | 51.75º | 0.71% | 0.56% | - |
| HSV(B) | 51.75º | 0.72% | 0.87% | - |
| XYZ | 52.22 | 57.82 | 13.11 | - |
| YUV | 191.85 | 55.29 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 63 | 0 | 0.10 | 0.72 | 0.13 | 51.75 | 0.71 | 0.56 |
| Hex | DF | C9 | 3F | 0 | A | 48 | D | 34 | 47 | 38 |
| Octal | 337 | 311 | 77 | 0 | 12 | 110 | 15 | 64 | 107 | 70 |
| Binary | 11011111 | 11001001 | 111111 | 0 | 1010 | 1001000 | 1101 | 110100 | 1000111 | 111000 |
Color Harmonies of #DFC93F
Complementary color
Monochromatic Colors of #DFC93F
Black with #DFC93F
Text Example
Text Example
White with #DFC93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC93F; }
p { color: rgb(223,201,63); }
H1.HeaderClassName
{
color: #DFC93F;
}
.AnyTagClassName
{
color: #DFC93F;
}
</style>
background-color css
<style>
a { background-color: #DFC93F; }
a { background-color: rgb(223,201,63); }
div.DivClassName
{
background-color: #DFC93F;
}
.BgClassName
{
background-color: #DFC93F;
}
</style>
border-color css
<style>
span { border-color: #DFC93F; }
span { border-color: rgb(223,201,63); }
td.TdClassName
{
border-color: #DFC93F;
}
.TagClassName
{
border-color: #DFC93F;
}
</style>