Shades of Confetti #DFC542
Tints of Confetti #DFC542
RGB
CMYK
RGB Variations
Color information
#DFC542 (or 0xDFC542) is known color: Confetti. HEX triplet: DF, C5 and 42. RGB value is (223,197,66). Sum of RGB (Red+Green+Blue) = 223+197+66=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 66 (26.17% from 255 or 13.58% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC542 is #203ABD. Grayscale: #BEBEBE. Windows color (decimal): -2112190 or 4376031. OLE color: 4376031.
HSL color Cylindrical-coordinate representation of color #DFC542: hue angle of 50.06º 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 #DFC542 is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 66 | - |
| CMYK | 0 | 0.12 | 0.70 | 0.13 |
| HSL | 50.06º | 0.71% | 0.57% | - |
| HSV(B) | 50.06º | 0.7% | 0.87% | - |
| XYZ | 51.38 | 56.01 | 13.26 | - |
| YUV | 189.84 | 58.11 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 66 | 0 | 0.12 | 0.70 | 0.13 | 50.06 | 0.71 | 0.57 |
| Hex | DF | C5 | 42 | 0 | C | 46 | D | 32 | 47 | 39 |
| Octal | 337 | 305 | 102 | 0 | 14 | 106 | 15 | 62 | 107 | 71 |
| Binary | 11011111 | 11000101 | 1000010 | 0 | 1100 | 1000110 | 1101 | 110010 | 1000111 | 111001 |
Color Harmonies of #DFC542
Complementary color
Monochromatic Colors of #DFC542
Black with #DFC542
Text Example
Text Example
White with #DFC542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC542; }
p { color: rgb(223,197,66); }
H1.HeaderClassName
{
color: #DFC542;
}
.AnyTagClassName
{
color: #DFC542;
}
</style>
background-color css
<style>
a { background-color: #DFC542; }
a { background-color: rgb(223,197,66); }
div.DivClassName
{
background-color: #DFC542;
}
.BgClassName
{
background-color: #DFC542;
}
</style>
border-color css
<style>
span { border-color: #DFC542; }
span { border-color: rgb(223,197,66); }
td.TdClassName
{
border-color: #DFC542;
}
.TagClassName
{
border-color: #DFC542;
}
</style>