Shades of Confetti #DFCB51
Tints of Confetti #DFCB51
RGB
CMYK
RGB Variations
Color information
#DFCB51 (or 0xDFCB51) is known color: Confetti. HEX triplet: DF, CB and 51. RGB value is (223,203,81). Sum of RGB (Red+Green+Blue) = 223+203+81=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 81 (32.03% from 255 or 15.98% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCB51 is #2034AE. Grayscale: #C3C3C3. Windows color (decimal): -2110639 or 5360607. OLE color: 5360607.
HSL color Cylindrical-coordinate representation of color #DFCB51: hue angle of 51.55º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DFCB51 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 203 | 81 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.13 |
| HSL | 51.55º | 0.69% | 0.6% | - |
| HSV(B) | 51.55º | 0.64% | 0.87% | - |
| XYZ | 53.27 | 58.99 | 16.36 | - |
| YUV | 195.07 | 63.63 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 81 | 0 | 0.09 | 0.64 | 0.13 | 51.55 | 0.69 | 0.6 |
| Hex | DF | CB | 51 | 0 | 9 | 40 | D | 34 | 45 | 3C |
| Octal | 337 | 313 | 121 | 0 | 11 | 100 | 15 | 64 | 105 | 74 |
| Binary | 11011111 | 11001011 | 1010001 | 0 | 1001 | 1000000 | 1101 | 110100 | 1000101 | 111100 |
Color Harmonies of #DFCB51
Complementary color
Monochromatic Colors of #DFCB51
Black with #DFCB51
Text Example
Text Example
White with #DFCB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCB51; }
p { color: rgb(223,203,81); }
H1.HeaderClassName
{
color: #DFCB51;
}
.AnyTagClassName
{
color: #DFCB51;
}
</style>
background-color css
<style>
a { background-color: #DFCB51; }
a { background-color: rgb(223,203,81); }
div.DivClassName
{
background-color: #DFCB51;
}
.BgClassName
{
background-color: #DFCB51;
}
</style>
border-color css
<style>
span { border-color: #DFCB51; }
span { border-color: rgb(223,203,81); }
td.TdClassName
{
border-color: #DFCB51;
}
.TagClassName
{
border-color: #DFCB51;
}
</style>