Shades of Confetti #DFCD4F
Tints of Confetti #DFCD4F
RGB
CMYK
RGB Variations
Color information
#DFCD4F (or 0xDFCD4F) is known color: Confetti. HEX triplet: DF, CD and 4F. RGB value is (223,205,79). Sum of RGB (Red+Green+Blue) = 223+205+79=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 79 (31.25% from 255 or 15.58% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCD4F is #2032B0. Grayscale: #C4C4C4. Windows color (decimal): -2110129 or 5230047. OLE color: 5230047.
HSL color Cylindrical-coordinate representation of color #DFCD4F: hue angle of 52.5º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DFCD4F is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 205 | 79 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.13 |
| HSL | 52.5º | 0.69% | 0.59% | - |
| HSV(B) | 52.5º | 0.65% | 0.87% | - |
| XYZ | 53.67 | 59.92 | 16.13 | - |
| YUV | 196.02 | 61.96 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 205 | 79 | 0 | 0.08 | 0.65 | 0.13 | 52.5 | 0.69 | 0.59 |
| Hex | DF | CD | 4F | 0 | 8 | 41 | D | 34 | 45 | 3B |
| Octal | 337 | 315 | 117 | 0 | 10 | 101 | 15 | 64 | 105 | 73 |
| Binary | 11011111 | 11001101 | 1001111 | 0 | 1000 | 1000001 | 1101 | 110100 | 1000101 | 111011 |
Color Harmonies of #DFCD4F
Complementary color
Monochromatic Colors of #DFCD4F
Black with #DFCD4F
Text Example
Text Example
White with #DFCD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCD4F; }
p { color: rgb(223,205,79); }
H1.HeaderClassName
{
color: #DFCD4F;
}
.AnyTagClassName
{
color: #DFCD4F;
}
</style>
background-color css
<style>
a { background-color: #DFCD4F; }
a { background-color: rgb(223,205,79); }
div.DivClassName
{
background-color: #DFCD4F;
}
.BgClassName
{
background-color: #DFCD4F;
}
</style>
border-color css
<style>
span { border-color: #DFCD4F; }
span { border-color: rgb(223,205,79); }
td.TdClassName
{
border-color: #DFCD4F;
}
.TagClassName
{
border-color: #DFCD4F;
}
</style>