Shades of Confetti #DFC54C
Tints of Confetti #DFC54C
RGB
CMYK
RGB Variations
Color information
#DFC54C (or 0xDFC54C) is known color: Confetti. HEX triplet: DF, C5 and 4C. RGB value is (223,197,76). Sum of RGB (Red+Green+Blue) = 223+197+76=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 197 (77.34% from 255 or 39.72% from 496); Blue value is 76 (30.08% from 255 or 15.32% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC54C is #203AB3. Grayscale: #BFBFBF. Windows color (decimal): -2112180 or 5031391. OLE color: 5031391.
HSL color Cylindrical-coordinate representation of color #DFC54C: hue angle of 49.39º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DFC54C is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 76 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.13 |
| HSL | 49.39º | 0.7% | 0.59% | - |
| HSV(B) | 49.39º | 0.66% | 0.87% | - |
| XYZ | 51.7 | 56.14 | 14.95 | - |
| YUV | 190.98 | 63.11 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 76 | 0 | 0.12 | 0.66 | 0.13 | 49.39 | 0.7 | 0.59 |
| Hex | DF | C5 | 4C | 0 | C | 42 | D | 31 | 46 | 3B |
| Octal | 337 | 305 | 114 | 0 | 14 | 102 | 15 | 61 | 106 | 73 |
| Binary | 11011111 | 11000101 | 1001100 | 0 | 1100 | 1000010 | 1101 | 110001 | 1000110 | 111011 |
Color Harmonies of #DFC54C
Complementary color
Monochromatic Colors of #DFC54C
Black with #DFC54C
Text Example
Text Example
White with #DFC54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC54C; }
p { color: rgb(223,197,76); }
H1.HeaderClassName
{
color: #DFC54C;
}
.AnyTagClassName
{
color: #DFC54C;
}
</style>
background-color css
<style>
a { background-color: #DFC54C; }
a { background-color: rgb(223,197,76); }
div.DivClassName
{
background-color: #DFC54C;
}
.BgClassName
{
background-color: #DFC54C;
}
</style>
border-color css
<style>
span { border-color: #DFC54C; }
span { border-color: rgb(223,197,76); }
td.TdClassName
{
border-color: #DFC54C;
}
.TagClassName
{
border-color: #DFC54C;
}
</style>