Shades of Confetti #DFCB54
Tints of Confetti #DFCB54
RGB
CMYK
RGB Variations
Color information
#DFCB54 (or 0xDFCB54) is known color: Confetti. HEX triplet: DF, CB and 54. RGB value is (223,203,84). Sum of RGB (Red+Green+Blue) = 223+203+84=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 203 (79.69% from 255 or 39.80% from 510); Blue value is 84 (33.20% from 255 or 16.47% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCB54 is #2034AB. Grayscale: #C3C3C3. Windows color (decimal): -2110636 or 5557215. OLE color: 5557215.
HSL color Cylindrical-coordinate representation of color #DFCB54: hue angle of 51.37º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DFCB54 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 203 | 84 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.13 |
| HSL | 51.37º | 0.68% | 0.6% | - |
| HSV(B) | 51.37º | 0.62% | 0.87% | - |
| XYZ | 53.39 | 59.04 | 16.97 | - |
| YUV | 195.41 | 65.13 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 84 | 0 | 0.09 | 0.62 | 0.13 | 51.37 | 0.68 | 0.6 |
| Hex | DF | CB | 54 | 0 | 9 | 3E | D | 33 | 44 | 3C |
| Octal | 337 | 313 | 124 | 0 | 11 | 76 | 15 | 63 | 104 | 74 |
| Binary | 11011111 | 11001011 | 1010100 | 0 | 1001 | 111110 | 1101 | 110011 | 1000100 | 111100 |
Color Harmonies of #DFCB54
Complementary color
Monochromatic Colors of #DFCB54
Black with #DFCB54
Text Example
Text Example
White with #DFCB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCB54; }
p { color: rgb(223,203,84); }
H1.HeaderClassName
{
color: #DFCB54;
}
.AnyTagClassName
{
color: #DFCB54;
}
</style>
background-color css
<style>
a { background-color: #DFCB54; }
a { background-color: rgb(223,203,84); }
div.DivClassName
{
background-color: #DFCB54;
}
.BgClassName
{
background-color: #DFCB54;
}
</style>
border-color css
<style>
span { border-color: #DFCB54; }
span { border-color: rgb(223,203,84); }
td.TdClassName
{
border-color: #DFCB54;
}
.TagClassName
{
border-color: #DFCB54;
}
</style>