Shades of Confetti #DFC343
Tints of Confetti #DFC343
RGB
CMYK
RGB Variations
Color information
#DFC343 (or 0xDFC343) is known color: Confetti. HEX triplet: DF, C3 and 43. RGB value is (223,195,67). Sum of RGB (Red+Green+Blue) = 223+195+67=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 195 (76.56% from 255 or 40.21% from 485); Blue value is 67 (26.56% from 255 or 13.81% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC343 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC343 is #203CBC. Grayscale: #BDBDBD. Windows color (decimal): -2112701 or 4441055. OLE color: 4441055.
HSL color Cylindrical-coordinate representation of color #DFC343: hue angle of 49.23º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DFC343 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 67 | - |
| CMYK | 0 | 0.13 | 0.70 | 0.13 |
| HSL | 49.23º | 0.71% | 0.57% | - |
| HSV(B) | 49.23º | 0.7% | 0.87% | - |
| XYZ | 50.96 | 55.12 | 13.26 | - |
| YUV | 188.78 | 59.28 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 67 | 0 | 0.13 | 0.70 | 0.13 | 49.23 | 0.71 | 0.57 |
| Hex | DF | C3 | 43 | 0 | D | 46 | D | 31 | 47 | 39 |
| Octal | 337 | 303 | 103 | 0 | 15 | 106 | 15 | 61 | 107 | 71 |
| Binary | 11011111 | 11000011 | 1000011 | 0 | 1101 | 1000110 | 1101 | 110001 | 1000111 | 111001 |
Color Harmonies of #DFC343
Complementary color
Monochromatic Colors of #DFC343
Black with #DFC343
Text Example
Text Example
White with #DFC343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC343; }
p { color: rgb(223,195,67); }
H1.HeaderClassName
{
color: #DFC343;
}
.AnyTagClassName
{
color: #DFC343;
}
</style>
background-color css
<style>
a { background-color: #DFC343; }
a { background-color: rgb(223,195,67); }
div.DivClassName
{
background-color: #DFC343;
}
.BgClassName
{
background-color: #DFC343;
}
</style>
border-color css
<style>
span { border-color: #DFC343; }
span { border-color: rgb(223,195,67); }
td.TdClassName
{
border-color: #DFC343;
}
.TagClassName
{
border-color: #DFC343;
}
</style>