Shades of Confetti #DFC14B
Tints of Confetti #DFC14B
RGB
CMYK
RGB Variations
Color information
#DFC14B (or 0xDFC14B) is known color: Confetti. HEX triplet: DF, C1 and 4B. RGB value is (223,193,75). Sum of RGB (Red+Green+Blue) = 223+193+75=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 193 (75.78% from 255 or 39.31% from 491); Blue value is 75 (29.69% from 255 or 15.27% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC14B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC14B is #203EB4. Grayscale: #BDBDBD. Windows color (decimal): -2113205 or 4964831. OLE color: 4964831.
HSL color Cylindrical-coordinate representation of color #DFC14B: hue angle of 47.84º 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 #DFC14B is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 75 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.13 |
| HSL | 47.84º | 0.7% | 0.58% | - |
| HSV(B) | 47.84º | 0.66% | 0.87% | - |
| XYZ | 50.77 | 54.34 | 14.47 | - |
| YUV | 188.52 | 63.94 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 75 | 0 | 0.13 | 0.66 | 0.13 | 47.84 | 0.7 | 0.58 |
| Hex | DF | C1 | 4B | 0 | D | 42 | D | 30 | 46 | 3A |
| Octal | 337 | 301 | 113 | 0 | 15 | 102 | 15 | 60 | 106 | 72 |
| Binary | 11011111 | 11000001 | 1001011 | 0 | 1101 | 1000010 | 1101 | 110000 | 1000110 | 111010 |
Color Harmonies of #DFC14B
Complementary color
Monochromatic Colors of #DFC14B
Black with #DFC14B
Text Example
Text Example
White with #DFC14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC14B; }
p { color: rgb(223,193,75); }
H1.HeaderClassName
{
color: #DFC14B;
}
.AnyTagClassName
{
color: #DFC14B;
}
</style>
background-color css
<style>
a { background-color: #DFC14B; }
a { background-color: rgb(223,193,75); }
div.DivClassName
{
background-color: #DFC14B;
}
.BgClassName
{
background-color: #DFC14B;
}
</style>
border-color css
<style>
span { border-color: #DFC14B; }
span { border-color: rgb(223,193,75); }
td.TdClassName
{
border-color: #DFC14B;
}
.TagClassName
{
border-color: #DFC14B;
}
</style>