Shades of Confetti #DFC545
Tints of Confetti #DFC545
RGB
CMYK
RGB Variations
Color information
#DFC545 (or 0xDFC545) is known color: Confetti. HEX triplet: DF, C5 and 45. RGB value is (223,197,69). Sum of RGB (Red+Green+Blue) = 223+197+69=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 197 (77.34% from 255 or 40.29% from 489); Blue value is 69 (27.34% from 255 or 14.11% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC545 is #203ABA. Grayscale: #BEBEBE. Windows color (decimal): -2112187 or 4572639. OLE color: 4572639.
HSL color Cylindrical-coordinate representation of color #DFC545: hue angle of 49.87º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DFC545 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 69 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.13 |
| HSL | 49.87º | 0.71% | 0.57% | - |
| HSV(B) | 49.87º | 0.69% | 0.87% | - |
| XYZ | 51.47 | 56.05 | 13.74 | - |
| YUV | 190.18 | 59.61 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 69 | 0 | 0.12 | 0.69 | 0.13 | 49.87 | 0.71 | 0.57 |
| Hex | DF | C5 | 45 | 0 | C | 45 | D | 32 | 47 | 39 |
| Octal | 337 | 305 | 105 | 0 | 14 | 105 | 15 | 62 | 107 | 71 |
| Binary | 11011111 | 11000101 | 1000101 | 0 | 1100 | 1000101 | 1101 | 110010 | 1000111 | 111001 |
Color Harmonies of #DFC545
Complementary color
Monochromatic Colors of #DFC545
Black with #DFC545
Text Example
Text Example
White with #DFC545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC545; }
p { color: rgb(223,197,69); }
H1.HeaderClassName
{
color: #DFC545;
}
.AnyTagClassName
{
color: #DFC545;
}
</style>
background-color css
<style>
a { background-color: #DFC545; }
a { background-color: rgb(223,197,69); }
div.DivClassName
{
background-color: #DFC545;
}
.BgClassName
{
background-color: #DFC545;
}
</style>
border-color css
<style>
span { border-color: #DFC545; }
span { border-color: rgb(223,197,69); }
td.TdClassName
{
border-color: #DFC545;
}
.TagClassName
{
border-color: #DFC545;
}
</style>