Shades of Confetti #DFC24B
Tints of Confetti #DFC24B
RGB
CMYK
RGB Variations
Color information
#DFC24B (or 0xDFC24B) is known color: Confetti. HEX triplet: DF, C2 and 4B. RGB value is (223,194,75). Sum of RGB (Red+Green+Blue) = 223+194+75=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 75 (29.69% from 255 or 15.24% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC24B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC24B is #203DB4. Grayscale: #BDBDBD. Windows color (decimal): -2112949 or 4965087. OLE color: 4965087.
HSL color Cylindrical-coordinate representation of color #DFC24B: hue angle of 48.24º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DFC24B is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 75 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.13 |
| HSL | 48.24º | 0.7% | 0.58% | - |
| HSV(B) | 48.24º | 0.66% | 0.87% | - |
| XYZ | 50.99 | 54.78 | 14.54 | - |
| YUV | 189.11 | 63.61 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 75 | 0 | 0.13 | 0.66 | 0.13 | 48.24 | 0.7 | 0.58 |
| Hex | DF | C2 | 4B | 0 | D | 42 | D | 30 | 46 | 3A |
| Octal | 337 | 302 | 113 | 0 | 15 | 102 | 15 | 60 | 106 | 72 |
| Binary | 11011111 | 11000010 | 1001011 | 0 | 1101 | 1000010 | 1101 | 110000 | 1000110 | 111010 |
Color Harmonies of #DFC24B
Complementary color
Monochromatic Colors of #DFC24B
Black with #DFC24B
Text Example
Text Example
White with #DFC24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC24B; }
p { color: rgb(223,194,75); }
H1.HeaderClassName
{
color: #DFC24B;
}
.AnyTagClassName
{
color: #DFC24B;
}
</style>
background-color css
<style>
a { background-color: #DFC24B; }
a { background-color: rgb(223,194,75); }
div.DivClassName
{
background-color: #DFC24B;
}
.BgClassName
{
background-color: #DFC24B;
}
</style>
border-color css
<style>
span { border-color: #DFC24B; }
span { border-color: rgb(223,194,75); }
td.TdClassName
{
border-color: #DFC24B;
}
.TagClassName
{
border-color: #DFC24B;
}
</style>