Shades of Confetti #DFBE3C
Tints of Confetti #DFBE3C
RGB
CMYK
RGB Variations
Color information
#DFBE3C (or 0xDFBE3C) is known color: Confetti. HEX triplet: DF, BE and 3C. RGB value is (223,190,60). Sum of RGB (Red+Green+Blue) = 223+190+60=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 60 (23.83% from 255 or 12.68% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBE3C is #2041C3. Grayscale: #B9B9B9. Windows color (decimal): -2113988 or 3981023. OLE color: 3981023.
HSL color Cylindrical-coordinate representation of color #DFBE3C: hue angle of 47.85º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DFBE3C is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 60 | - |
| CMYK | 0 | 0.15 | 0.73 | 0.13 |
| HSL | 47.85º | 0.72% | 0.55% | - |
| HSV(B) | 47.85º | 0.73% | 0.87% | - |
| XYZ | 49.66 | 52.84 | 11.86 | - |
| YUV | 185.05 | 57.43 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 60 | 0 | 0.15 | 0.73 | 0.13 | 47.85 | 0.72 | 0.55 |
| Hex | DF | BE | 3C | 0 | F | 49 | D | 30 | 48 | 37 |
| Octal | 337 | 276 | 74 | 0 | 17 | 111 | 15 | 60 | 110 | 67 |
| Binary | 11011111 | 10111110 | 111100 | 0 | 1111 | 1001001 | 1101 | 110000 | 1001000 | 110111 |
Color Harmonies of #DFBE3C
Complementary color
Monochromatic Colors of #DFBE3C
Black with #DFBE3C
Text Example
Text Example
White with #DFBE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE3C; }
p { color: rgb(223,190,60); }
H1.HeaderClassName
{
color: #DFBE3C;
}
.AnyTagClassName
{
color: #DFBE3C;
}
</style>
background-color css
<style>
a { background-color: #DFBE3C; }
a { background-color: rgb(223,190,60); }
div.DivClassName
{
background-color: #DFBE3C;
}
.BgClassName
{
background-color: #DFBE3C;
}
</style>
border-color css
<style>
span { border-color: #DFBE3C; }
span { border-color: rgb(223,190,60); }
td.TdClassName
{
border-color: #DFBE3C;
}
.TagClassName
{
border-color: #DFBE3C;
}
</style>