Shades of Confetti #DFC64B
Tints of Confetti #DFC64B
RGB
CMYK
RGB Variations
Color information
#DFC64B (or 0xDFC64B) is known color: Confetti. HEX triplet: DF, C6 and 4B. RGB value is (223,198,75). Sum of RGB (Red+Green+Blue) = 223+198+75=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 198 (77.73% from 255 or 39.92% from 496); Blue value is 75 (29.69% from 255 or 15.12% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC64B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC64B is #2039B4. Grayscale: #BFBFBF. Windows color (decimal): -2111925 or 4966111. OLE color: 4966111.
HSL color Cylindrical-coordinate representation of color #DFC64B: hue angle of 49.86º 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 #DFC64B is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 75 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.13 |
| HSL | 49.86º | 0.7% | 0.58% | - |
| HSV(B) | 49.86º | 0.66% | 0.87% | - |
| XYZ | 51.9 | 56.58 | 14.84 | - |
| YUV | 191.45 | 62.28 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 75 | 0 | 0.11 | 0.66 | 0.13 | 49.86 | 0.7 | 0.58 |
| Hex | DF | C6 | 4B | 0 | B | 42 | D | 32 | 46 | 3A |
| Octal | 337 | 306 | 113 | 0 | 13 | 102 | 15 | 62 | 106 | 72 |
| Binary | 11011111 | 11000110 | 1001011 | 0 | 1011 | 1000010 | 1101 | 110010 | 1000110 | 111010 |
Color Harmonies of #DFC64B
Complementary color
Monochromatic Colors of #DFC64B
Black with #DFC64B
Text Example
Text Example
White with #DFC64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC64B; }
p { color: rgb(223,198,75); }
H1.HeaderClassName
{
color: #DFC64B;
}
.AnyTagClassName
{
color: #DFC64B;
}
</style>
background-color css
<style>
a { background-color: #DFC64B; }
a { background-color: rgb(223,198,75); }
div.DivClassName
{
background-color: #DFC64B;
}
.BgClassName
{
background-color: #DFC64B;
}
</style>
border-color css
<style>
span { border-color: #DFC64B; }
span { border-color: rgb(223,198,75); }
td.TdClassName
{
border-color: #DFC64B;
}
.TagClassName
{
border-color: #DFC64B;
}
</style>