Shades of Confetti #DFC84B
Tints of Confetti #DFC84B
RGB
CMYK
RGB Variations
Color information
#DFC84B (or 0xDFC84B) is known color: Confetti. HEX triplet: DF, C8 and 4B. RGB value is (223,200,75). Sum of RGB (Red+Green+Blue) = 223+200+75=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 200 (78.52% from 255 or 40.16% from 498); Blue value is 75 (29.69% from 255 or 15.06% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC84B is #2037B4. Grayscale: #C1C1C1. Windows color (decimal): -2111413 or 4966623. OLE color: 4966623.
HSL color Cylindrical-coordinate representation of color #DFC84B: hue angle of 50.68º 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 #DFC84B is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 75 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.13 |
| HSL | 50.68º | 0.7% | 0.58% | - |
| HSV(B) | 50.68º | 0.66% | 0.87% | - |
| XYZ | 52.36 | 57.5 | 15 | - |
| YUV | 192.63 | 61.62 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 75 | 0 | 0.10 | 0.66 | 0.13 | 50.68 | 0.7 | 0.58 |
| Hex | DF | C8 | 4B | 0 | A | 42 | D | 33 | 46 | 3A |
| Octal | 337 | 310 | 113 | 0 | 12 | 102 | 15 | 63 | 106 | 72 |
| Binary | 11011111 | 11001000 | 1001011 | 0 | 1010 | 1000010 | 1101 | 110011 | 1000110 | 111010 |
Color Harmonies of #DFC84B
Complementary color
Monochromatic Colors of #DFC84B
Black with #DFC84B
Text Example
Text Example
White with #DFC84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC84B; }
p { color: rgb(223,200,75); }
H1.HeaderClassName
{
color: #DFC84B;
}
.AnyTagClassName
{
color: #DFC84B;
}
</style>
background-color css
<style>
a { background-color: #DFC84B; }
a { background-color: rgb(223,200,75); }
div.DivClassName
{
background-color: #DFC84B;
}
.BgClassName
{
background-color: #DFC84B;
}
</style>
border-color css
<style>
span { border-color: #DFC84B; }
span { border-color: rgb(223,200,75); }
td.TdClassName
{
border-color: #DFC84B;
}
.TagClassName
{
border-color: #DFC84B;
}
</style>