Shades of Confetti #DFC345
Tints of Confetti #DFC345
RGB
CMYK
RGB Variations
Color information
#DFC345 (or 0xDFC345) is known color: Confetti. HEX triplet: DF, C3 and 45. RGB value is (223,195,69). Sum of RGB (Red+Green+Blue) = 223+195+69=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 69 (27.34% from 255 or 14.17% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC345 is #203CBA. Grayscale: #BDBDBD. Windows color (decimal): -2112699 or 4572127. OLE color: 4572127.
HSL color Cylindrical-coordinate representation of color #DFC345: hue angle of 49.09º 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 #DFC345 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 69 | - |
| CMYK | 0 | 0.13 | 0.69 | 0.13 |
| HSL | 49.09º | 0.71% | 0.57% | - |
| HSV(B) | 49.09º | 0.69% | 0.87% | - |
| XYZ | 51.02 | 55.15 | 13.59 | - |
| YUV | 189.01 | 60.28 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 69 | 0 | 0.13 | 0.69 | 0.13 | 49.09 | 0.71 | 0.57 |
| Hex | DF | C3 | 45 | 0 | D | 45 | D | 31 | 47 | 39 |
| Octal | 337 | 303 | 105 | 0 | 15 | 105 | 15 | 61 | 107 | 71 |
| Binary | 11011111 | 11000011 | 1000101 | 0 | 1101 | 1000101 | 1101 | 110001 | 1000111 | 111001 |
Color Harmonies of #DFC345
Complementary color
Monochromatic Colors of #DFC345
Black with #DFC345
Text Example
Text Example
White with #DFC345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC345; }
p { color: rgb(223,195,69); }
H1.HeaderClassName
{
color: #DFC345;
}
.AnyTagClassName
{
color: #DFC345;
}
</style>
background-color css
<style>
a { background-color: #DFC345; }
a { background-color: rgb(223,195,69); }
div.DivClassName
{
background-color: #DFC345;
}
.BgClassName
{
background-color: #DFC345;
}
</style>
border-color css
<style>
span { border-color: #DFC345; }
span { border-color: rgb(223,195,69); }
td.TdClassName
{
border-color: #DFC345;
}
.TagClassName
{
border-color: #DFC345;
}
</style>