Shades of Confetti #DFCF4C
Tints of Confetti #DFCF4C
RGB
CMYK
RGB Variations
Color information
#DFCF4C (or 0xDFCF4C) is known color: Confetti. HEX triplet: DF, CF and 4C. RGB value is (223,207,76). Sum of RGB (Red+Green+Blue) = 223+207+76=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 76 (30.08% from 255 or 15.02% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCF4C is #2030B3. Grayscale: #C5C5C5. Windows color (decimal): -2109620 or 5033951. OLE color: 5033951.
HSL color Cylindrical-coordinate representation of color #DFCF4C: hue angle of 53.47º 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 #DFCF4C is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 207 | 76 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.13 |
| HSL | 53.47º | 0.7% | 0.59% | - |
| HSV(B) | 53.47º | 0.66% | 0.87% | - |
| XYZ | 54.05 | 60.84 | 15.73 | - |
| YUV | 196.85 | 59.8 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 207 | 76 | 0 | 0.07 | 0.66 | 0.13 | 53.47 | 0.7 | 0.59 |
| Hex | DF | CF | 4C | 0 | 7 | 42 | D | 35 | 46 | 3B |
| Octal | 337 | 317 | 114 | 0 | 7 | 102 | 15 | 65 | 106 | 73 |
| Binary | 11011111 | 11001111 | 1001100 | 0 | 111 | 1000010 | 1101 | 110101 | 1000110 | 111011 |
Color Harmonies of #DFCF4C
Complementary color
Monochromatic Colors of #DFCF4C
Black with #DFCF4C
Text Example
Text Example
White with #DFCF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCF4C; }
p { color: rgb(223,207,76); }
H1.HeaderClassName
{
color: #DFCF4C;
}
.AnyTagClassName
{
color: #DFCF4C;
}
</style>
background-color css
<style>
a { background-color: #DFCF4C; }
a { background-color: rgb(223,207,76); }
div.DivClassName
{
background-color: #DFCF4C;
}
.BgClassName
{
background-color: #DFCF4C;
}
</style>
border-color css
<style>
span { border-color: #DFCF4C; }
span { border-color: rgb(223,207,76); }
td.TdClassName
{
border-color: #DFCF4C;
}
.TagClassName
{
border-color: #DFCF4C;
}
</style>