Shades of Confetti #DFC13E
Tints of Confetti #DFC13E
RGB
CMYK
RGB Variations
Color information
#DFC13E (or 0xDFC13E) is known color: Confetti. HEX triplet: DF, C1 and 3E. RGB value is (223,193,62). Sum of RGB (Red+Green+Blue) = 223+193+62=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 193 (75.78% from 255 or 40.38% from 478); Blue value is 62 (24.61% from 255 or 12.97% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC13E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC13E is #203EC1. Grayscale: #BBBBBB. Windows color (decimal): -2113218 or 4112863. OLE color: 4112863.
HSL color Cylindrical-coordinate representation of color #DFC13E: hue angle of 48.82º degrees, saturation: 0.72, 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 #DFC13E is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 62 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.13 |
| HSL | 48.82º | 0.72% | 0.56% | - |
| HSV(B) | 48.82º | 0.72% | 0.87% | - |
| XYZ | 50.37 | 54.18 | 12.36 | - |
| YUV | 187.04 | 57.44 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 62 | 0 | 0.13 | 0.72 | 0.13 | 48.82 | 0.72 | 0.56 |
| Hex | DF | C1 | 3E | 0 | D | 48 | D | 31 | 48 | 38 |
| Octal | 337 | 301 | 76 | 0 | 15 | 110 | 15 | 61 | 110 | 70 |
| Binary | 11011111 | 11000001 | 111110 | 0 | 1101 | 1001000 | 1101 | 110001 | 1001000 | 111000 |
Color Harmonies of #DFC13E
Complementary color
Monochromatic Colors of #DFC13E
Black with #DFC13E
Text Example
Text Example
White with #DFC13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC13E; }
p { color: rgb(223,193,62); }
H1.HeaderClassName
{
color: #DFC13E;
}
.AnyTagClassName
{
color: #DFC13E;
}
</style>
background-color css
<style>
a { background-color: #DFC13E; }
a { background-color: rgb(223,193,62); }
div.DivClassName
{
background-color: #DFC13E;
}
.BgClassName
{
background-color: #DFC13E;
}
</style>
border-color css
<style>
span { border-color: #DFC13E; }
span { border-color: rgb(223,193,62); }
td.TdClassName
{
border-color: #DFC13E;
}
.TagClassName
{
border-color: #DFC13E;
}
</style>