Shades of Confetti #DFC645
Tints of Confetti #DFC645
RGB
CMYK
RGB Variations
Color information
#DFC645 (or 0xDFC645) is known color: Confetti. HEX triplet: DF, C6 and 45. RGB value is (223,198,69). Sum of RGB (Red+Green+Blue) = 223+198+69=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 198 (77.73% from 255 or 40.41% from 490); Blue value is 69 (27.34% from 255 or 14.08% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC645 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC645 is #2039BA. Grayscale: #BFBFBF. Windows color (decimal): -2111931 or 4572895. OLE color: 4572895.
HSL color Cylindrical-coordinate representation of color #DFC645: hue angle of 50.26º 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 #DFC645 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 69 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.13 |
| HSL | 50.26º | 0.71% | 0.57% | - |
| HSV(B) | 50.26º | 0.69% | 0.87% | - |
| XYZ | 51.7 | 56.51 | 13.81 | - |
| YUV | 190.77 | 59.28 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 69 | 0 | 0.11 | 0.69 | 0.13 | 50.26 | 0.71 | 0.57 |
| Hex | DF | C6 | 45 | 0 | B | 45 | D | 32 | 47 | 39 |
| Octal | 337 | 306 | 105 | 0 | 13 | 105 | 15 | 62 | 107 | 71 |
| Binary | 11011111 | 11000110 | 1000101 | 0 | 1011 | 1000101 | 1101 | 110010 | 1000111 | 111001 |
Color Harmonies of #DFC645
Complementary color
Monochromatic Colors of #DFC645
Black with #DFC645
Text Example
Text Example
White with #DFC645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC645; }
p { color: rgb(223,198,69); }
H1.HeaderClassName
{
color: #DFC645;
}
.AnyTagClassName
{
color: #DFC645;
}
</style>
background-color css
<style>
a { background-color: #DFC645; }
a { background-color: rgb(223,198,69); }
div.DivClassName
{
background-color: #DFC645;
}
.BgClassName
{
background-color: #DFC645;
}
</style>
border-color css
<style>
span { border-color: #DFC645; }
span { border-color: rgb(223,198,69); }
td.TdClassName
{
border-color: #DFC645;
}
.TagClassName
{
border-color: #DFC645;
}
</style>