Shades of Confetti #DFCB49
Tints of Confetti #DFCB49
RGB
CMYK
RGB Variations
Color information
#DFCB49 (or 0xDFCB49) is known color: Confetti. HEX triplet: DF, CB and 49. RGB value is (223,203,73). Sum of RGB (Red+Green+Blue) = 223+203+73=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 203 (79.69% from 255 or 40.68% from 499); Blue value is 73 (28.91% from 255 or 14.63% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCB49 is #2034B6. Grayscale: #C2C2C2. Windows color (decimal): -2110647 or 4836319. OLE color: 4836319.
HSL color Cylindrical-coordinate representation of color #DFCB49: hue angle of 52º 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 #DFCB49 is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 203 | 73 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.13 |
| HSL | 52º | 0.7% | 0.58% | - |
| HSV(B) | 52º | 0.67% | 0.87% | - |
| XYZ | 52.99 | 58.88 | 14.88 | - |
| YUV | 194.16 | 59.63 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 73 | 0 | 0.09 | 0.67 | 0.13 | 52 | 0.7 | 0.58 |
| Hex | DF | CB | 49 | 0 | 9 | 43 | D | 34 | 46 | 3A |
| Octal | 337 | 313 | 111 | 0 | 11 | 103 | 15 | 64 | 106 | 72 |
| Binary | 11011111 | 11001011 | 1001001 | 0 | 1001 | 1000011 | 1101 | 110100 | 1000110 | 111010 |
Color Harmonies of #DFCB49
Complementary color
Monochromatic Colors of #DFCB49
Black with #DFCB49
Text Example
Text Example
White with #DFCB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCB49; }
p { color: rgb(223,203,73); }
H1.HeaderClassName
{
color: #DFCB49;
}
.AnyTagClassName
{
color: #DFCB49;
}
</style>
background-color css
<style>
a { background-color: #DFCB49; }
a { background-color: rgb(223,203,73); }
div.DivClassName
{
background-color: #DFCB49;
}
.BgClassName
{
background-color: #DFCB49;
}
</style>
border-color css
<style>
span { border-color: #DFCB49; }
span { border-color: rgb(223,203,73); }
td.TdClassName
{
border-color: #DFCB49;
}
.TagClassName
{
border-color: #DFCB49;
}
</style>