Shades of Confetti #DFCB50
Tints of Confetti #DFCB50
RGB
CMYK
RGB Variations
Color information
#DFCB50 (or 0xDFCB50) is known color: Confetti. HEX triplet: DF, CB and 50. RGB value is (223,203,80). Sum of RGB (Red+Green+Blue) = 223+203+80=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 80 (31.64% from 255 or 15.81% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCB50 is #2034AF. Grayscale: #C3C3C3. Windows color (decimal): -2110640 or 5295071. OLE color: 5295071.
HSL color Cylindrical-coordinate representation of color #DFCB50: hue angle of 51.61º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DFCB50 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 203 | 80 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.13 |
| HSL | 51.61º | 0.69% | 0.59% | - |
| HSV(B) | 51.61º | 0.64% | 0.87% | - |
| XYZ | 53.24 | 58.98 | 16.17 | - |
| YUV | 194.96 | 63.13 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 80 | 0 | 0.09 | 0.64 | 0.13 | 51.61 | 0.69 | 0.59 |
| Hex | DF | CB | 50 | 0 | 9 | 40 | D | 34 | 45 | 3B |
| Octal | 337 | 313 | 120 | 0 | 11 | 100 | 15 | 64 | 105 | 73 |
| Binary | 11011111 | 11001011 | 1010000 | 0 | 1001 | 1000000 | 1101 | 110100 | 1000101 | 111011 |
Color Harmonies of #DFCB50
Complementary color
Monochromatic Colors of #DFCB50
Black with #DFCB50
Text Example
Text Example
White with #DFCB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCB50; }
p { color: rgb(223,203,80); }
H1.HeaderClassName
{
color: #DFCB50;
}
.AnyTagClassName
{
color: #DFCB50;
}
</style>
background-color css
<style>
a { background-color: #DFCB50; }
a { background-color: rgb(223,203,80); }
div.DivClassName
{
background-color: #DFCB50;
}
.BgClassName
{
background-color: #DFCB50;
}
</style>
border-color css
<style>
span { border-color: #DFCB50; }
span { border-color: rgb(223,203,80); }
td.TdClassName
{
border-color: #DFCB50;
}
.TagClassName
{
border-color: #DFCB50;
}
</style>