Shades of Confetti #DFC74A
Tints of Confetti #DFC74A
RGB
CMYK
RGB Variations
Color information
#DFC74A (or 0xDFC74A) is known color: Confetti. HEX triplet: DF, C7 and 4A. RGB value is (223,199,74). Sum of RGB (Red+Green+Blue) = 223+199+74=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 199 (78.12% from 255 or 40.12% from 496); Blue value is 74 (29.30% from 255 or 14.92% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC74A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC74A is #2038B5. Grayscale: #C0C0C0. Windows color (decimal): -2111670 or 4900831. OLE color: 4900831.
HSL color Cylindrical-coordinate representation of color #DFC74A: hue angle of 50.34º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DFC74A is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 74 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.13 |
| HSL | 50.34º | 0.7% | 0.58% | - |
| HSV(B) | 50.34º | 0.67% | 0.87% | - |
| XYZ | 52.09 | 57.03 | 14.74 | - |
| YUV | 191.93 | 61.45 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 74 | 0 | 0.11 | 0.67 | 0.13 | 50.34 | 0.7 | 0.58 |
| Hex | DF | C7 | 4A | 0 | B | 43 | D | 32 | 46 | 3A |
| Octal | 337 | 307 | 112 | 0 | 13 | 103 | 15 | 62 | 106 | 72 |
| Binary | 11011111 | 11000111 | 1001010 | 0 | 1011 | 1000011 | 1101 | 110010 | 1000110 | 111010 |
Color Harmonies of #DFC74A
Complementary color
Monochromatic Colors of #DFC74A
Black with #DFC74A
Text Example
Text Example
White with #DFC74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC74A; }
p { color: rgb(223,199,74); }
H1.HeaderClassName
{
color: #DFC74A;
}
.AnyTagClassName
{
color: #DFC74A;
}
</style>
background-color css
<style>
a { background-color: #DFC74A; }
a { background-color: rgb(223,199,74); }
div.DivClassName
{
background-color: #DFC74A;
}
.BgClassName
{
background-color: #DFC74A;
}
</style>
border-color css
<style>
span { border-color: #DFC74A; }
span { border-color: rgb(223,199,74); }
td.TdClassName
{
border-color: #DFC74A;
}
.TagClassName
{
border-color: #DFC74A;
}
</style>