Shades of Confetti #DFD34B
Tints of Confetti #DFD34B
RGB
CMYK
RGB Variations
Color information
#DFD34B (or 0xDFD34B) is known color: Confetti. HEX triplet: DF, D3 and 4B. RGB value is (223,211,75). Sum of RGB (Red+Green+Blue) = 223+211+75=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 211 (82.81% from 255 or 41.45% from 509); Blue value is 75 (29.69% from 255 or 14.73% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD34B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD34B is #202CB4. Grayscale: #C7C7C7. Windows color (decimal): -2108597 or 4969439. OLE color: 4969439.
HSL color Cylindrical-coordinate representation of color #DFD34B: hue angle of 55.14º 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 #DFD34B is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 211 | 75 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.13 |
| HSL | 55.14º | 0.7% | 0.58% | - |
| HSV(B) | 55.14º | 0.66% | 0.87% | - |
| XYZ | 55 | 62.78 | 15.88 | - |
| YUV | 199.08 | 57.98 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 75 | 0 | 0.05 | 0.66 | 0.13 | 55.14 | 0.7 | 0.58 |
| Hex | DF | D3 | 4B | 0 | 5 | 42 | D | 37 | 46 | 3A |
| Octal | 337 | 323 | 113 | 0 | 5 | 102 | 15 | 67 | 106 | 72 |
| Binary | 11011111 | 11010011 | 1001011 | 0 | 101 | 1000010 | 1101 | 110111 | 1000110 | 111010 |
Color Harmonies of #DFD34B
Complementary color
Monochromatic Colors of #DFD34B
Black with #DFD34B
Text Example
Text Example
White with #DFD34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD34B; }
p { color: rgb(223,211,75); }
H1.HeaderClassName
{
color: #DFD34B;
}
.AnyTagClassName
{
color: #DFD34B;
}
</style>
background-color css
<style>
a { background-color: #DFD34B; }
a { background-color: rgb(223,211,75); }
div.DivClassName
{
background-color: #DFD34B;
}
.BgClassName
{
background-color: #DFD34B;
}
</style>
border-color css
<style>
span { border-color: #DFD34B; }
span { border-color: rgb(223,211,75); }
td.TdClassName
{
border-color: #DFD34B;
}
.TagClassName
{
border-color: #DFD34B;
}
</style>