Shades of Confetti #DFD54B
Tints of Confetti #DFD54B
RGB
CMYK
RGB Variations
Color information
#DFD54B (or 0xDFD54B) is known color: Confetti. HEX triplet: DF, D5 and 4B. RGB value is (223,213,75). Sum of RGB (Red+Green+Blue) = 223+213+75=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 213 (83.59% from 255 or 41.68% from 511); Blue value is 75 (29.69% from 255 or 14.68% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD54B is #202AB4. Grayscale: #C8C8C8. Windows color (decimal): -2108085 or 4969951. OLE color: 4969951.
HSL color Cylindrical-coordinate representation of color #DFD54B: hue angle of 55.95º 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 #DFD54B is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 75 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.13 |
| HSL | 55.95º | 0.7% | 0.58% | - |
| HSV(B) | 55.95º | 0.66% | 0.87% | - |
| XYZ | 55.5 | 63.78 | 16.04 | - |
| YUV | 200.26 | 57.31 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 75 | 0 | 0.04 | 0.66 | 0.13 | 55.95 | 0.7 | 0.58 |
| Hex | DF | D5 | 4B | 0 | 4 | 42 | D | 38 | 46 | 3A |
| Octal | 337 | 325 | 113 | 0 | 4 | 102 | 15 | 70 | 106 | 72 |
| Binary | 11011111 | 11010101 | 1001011 | 0 | 100 | 1000010 | 1101 | 111000 | 1000110 | 111010 |
Color Harmonies of #DFD54B
Complementary color
Monochromatic Colors of #DFD54B
Black with #DFD54B
Text Example
Text Example
White with #DFD54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD54B; }
p { color: rgb(223,213,75); }
H1.HeaderClassName
{
color: #DFD54B;
}
.AnyTagClassName
{
color: #DFD54B;
}
</style>
background-color css
<style>
a { background-color: #DFD54B; }
a { background-color: rgb(223,213,75); }
div.DivClassName
{
background-color: #DFD54B;
}
.BgClassName
{
background-color: #DFD54B;
}
</style>
border-color css
<style>
span { border-color: #DFD54B; }
span { border-color: rgb(223,213,75); }
td.TdClassName
{
border-color: #DFD54B;
}
.TagClassName
{
border-color: #DFD54B;
}
</style>